From: ukw Date: Sun, 27 Feb 2011 10:39:29 +0000 (+0000) Subject: version 1.9.9: some code corrections X-Git-Tag: irmp-libopencm3-pre-1~123 X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/commitdiff_plain/ca2a1d9fe525095e2cf2391614d8fb2c9ab418b7?hp=fc80d6887b7bd8b961aec07d96cc02cc7b08e000 version 1.9.9: some code corrections git-svn-id: svn://mikrocontroller.net/irmp@66 aeb2e35e-bfc4-4214-b83c-9e8de998ed28 --- diff --git a/README.txt b/README.txt index 2cc1857..05a2a9a 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ IRMP - Infrared Multi Protocol Decoder -------------------------------------- -Version IRMP: 1.9.8 25.02.2010 +Version IRMP: 1.9.9 27.02.2010 Version IRSND: 1.9.1 22.01.2010 Dokumentation: diff --git a/irmp.c b/irmp.c index e6ecac2..8c0c6a7 100644 --- a/irmp.c +++ b/irmp.c @@ -1621,8 +1621,6 @@ static uint16_t irmp_tmp_id; static uint8_t xor_check[6]; // check kaseikyo "parity" bits #endif -static uint8_t irmp_bit; // current bit position - /*--------------------------------------------------------------------------------------------------------------------------------------------------- * store bit * @details store bit in temp address or temp command @@ -2896,7 +2894,6 @@ irmp_ISR (void) irmp_bit++; ANALYZE_PUTCHAR ('S'); ANALYZE_NEWLINE (); - irmp_tmp_id = 0; irmp_tmp_command <<= 1; } else diff --git a/irmpconfig.h b/irmpconfig.h index 9da6ce7..af07fb1 100644 --- a/irmpconfig.h +++ b/irmpconfig.h @@ -50,7 +50,7 @@ #define IRMP_SUPPORT_KASEIKYO_PROTOCOL 1 // Kaseikyo >= 10000 ~250 bytes #define IRMP_SUPPORT_DENON_PROTOCOL 1 // DENON, Sharp >= 10000 ~250 bytes #define IRMP_SUPPORT_JVC_PROTOCOL 1 // JVC >= 10000 ~150 bytes -#define IRMP_SUPPORT_NEC16_PROTOCOL 1 // NEC16 >= 10000 ~150 bytes +#define IRMP_SUPPORT_NEC16_PROTOCOL 0 // NEC16 >= 10000 ~100 bytes #define IRMP_SUPPORT_RC5_PROTOCOL 0 // RC5 >= 10000 ~250 bytes #define IRMP_SUPPORT_RC6_PROTOCOL 0 // RC6 & RC6A >= 10000 ~250 bytes #define IRMP_SUPPORT_IR60_PROTOCOL 0 // IR60 (SAB2008) >= 10000 ~300 bytes