]> cloudbase.mooo.com Git - irmp.git/blobdiff - irmp.c
Version 2.5.5: IRMP port to PIC XC8 compiler, removed variadic macros for microcontro...
[irmp.git] / irmp.c
diff --git a/irmp.c b/irmp.c
index 0c4fcb1cd0da78bab4d144c862320025bc5409fa..099e4c40c8750dfbc87f7a9101b772a7c5addcfa 100644 (file)
--- a/irmp.c
+++ b/irmp.c
@@ -3,7 +3,7 @@
  *\r
  * Copyright (c) 2009-2013 Frank Meyer - frank(at)fli4l.de\r
  *\r
- * $Id: irmp.c,v 1.152 2014/07/01 08:33:10 fm Exp $\r
+ * $Id: irmp.c,v 1.153 2014/07/01 09:04:19 fm Exp $\r
  *\r
  * ATMEGA88 @ 8 MHz\r
  *\r
@@ -3070,9 +3070,8 @@ irmp_ISR (void)
                         {\r
 #ifdef ANALYZE\r
                             ANALYZE_PRINTF ("error: stop bit timing wrong, irmp_bit = %d, irmp_pulse_time = %d, pulse_0_len_min = %d, pulse_0_len_max = %d\n",\r
-#endif\r
                                             irmp_bit, irmp_pulse_time, irmp_param.pulse_0_len_min, irmp_param.pulse_0_len_max);\r
-\r
+#endif\r
 //                          irmp_busy_flag = FALSE;\r
                             irmp_start_bit_detected = 0;                        // wait for another start bit...\r
                             irmp_pulse_time         = 0;\r
@@ -4097,8 +4096,8 @@ irmp_ISR (void)
                             {\r
 #ifdef ANALYZE\r
                                 ANALYZE_PRINTF ("Detected NEC repetition frame, ignoring it: timeout occured, key_repetition_len = %d > %d\n",\r
-#endif\r
                                                 key_repetition_len, NEC_FRAME_REPEAT_PAUSE_LEN_MAX);\r
+#endif\r
                                 irmp_ir_detected = FALSE;\r
                             }\r
                         }\r