]> cloudbase.mooo.com Git - irmp.git/commitdiff
version 1.9.9: some code corrections
authorukw <ukw@aeb2e35e-bfc4-4214-b83c-9e8de998ed28>
Sun, 27 Feb 2011 10:39:29 +0000 (10:39 +0000)
committerukw <ukw@aeb2e35e-bfc4-4214-b83c-9e8de998ed28>
Sun, 27 Feb 2011 10:39:29 +0000 (10:39 +0000)
git-svn-id: svn://mikrocontroller.net/irmp@66 aeb2e35e-bfc4-4214-b83c-9e8de998ed28

README.txt
irmp.c
irmpconfig.h

index 2cc18575f3834d798e703c3c6da2de2212e9818e..05a2a9aacea0037acc749df28f46020effd1629b 100644 (file)
@@ -1,7 +1,7 @@
 IRMP - Infrared Multi Protocol Decoder\r
 --------------------------------------\r
 \r
-Version IRMP:  1.9.8  25.02.2010\r
+Version IRMP:  1.9.9  27.02.2010\r
 Version IRSND: 1.9.1  22.01.2010\r
 \r
 Dokumentation:\r
diff --git a/irmp.c b/irmp.c
index e6ecac280571958b32c2e5764153725bbe156525..8c0c6a74304bd8b255bc248df2c86490c7dc1e1f 100644 (file)
--- 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\r
 #endif\r
 \r
-static uint8_t  irmp_bit;                                                               // current bit position\r
-\r
 /*---------------------------------------------------------------------------------------------------------------------------------------------------\r
  *  store bit\r
  *  @details  store bit in temp address or temp command\r
@@ -2896,7 +2894,6 @@ irmp_ISR (void)
                             irmp_bit++;\r
                             ANALYZE_PUTCHAR ('S');\r
                             ANALYZE_NEWLINE ();\r
-                            irmp_tmp_id = 0;\r
                             irmp_tmp_command <<= 1;\r
                         }\r
                         else\r
index 9da6ce7cf89c3e09701be994fa62441abbeff1f9..af07fb15696669d2a1bedc52c9d2a8cb5ae753bf 100644 (file)
@@ -50,7 +50,7 @@
 #define IRMP_SUPPORT_KASEIKYO_PROTOCOL          1       // Kaseikyo             >= 10000                 ~250 bytes\r
 #define IRMP_SUPPORT_DENON_PROTOCOL             1       // DENON, Sharp         >= 10000                 ~250 bytes\r
 #define IRMP_SUPPORT_JVC_PROTOCOL               1       // JVC                  >= 10000                 ~150 bytes\r
-#define IRMP_SUPPORT_NEC16_PROTOCOL             1       // NEC16                >= 10000                 ~150 bytes\r
+#define IRMP_SUPPORT_NEC16_PROTOCOL             0       // NEC16                >= 10000                 ~100 bytes\r
 #define IRMP_SUPPORT_RC5_PROTOCOL               0       // RC5                  >= 10000                 ~250 bytes\r
 #define IRMP_SUPPORT_RC6_PROTOCOL               0       // RC6 & RC6A           >= 10000                 ~250 bytes\r
 #define IRMP_SUPPORT_IR60_PROTOCOL              0       // IR60 (SAB2008)       >= 10000                 ~300 bytes\r