From 66f8fd9354d919880cc818da81ce9ad13c4002b9 Mon Sep 17 00:00:00 2001 From: ukw Date: Wed, 9 Jul 2014 07:14:54 +0000 Subject: [PATCH] Version 2.5.8: syntax correction git-svn-id: svn://mikrocontroller.net/irmp@138 aeb2e35e-bfc4-4214-b83c-9e8de998ed28 --- README.txt | 2 +- irmp.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index e99aa02..cd004b0 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ IRMP - Infrared Multi Protocol Decoder -------------------------------------- -Version IRMP: 2.5.7 01.07.2014 +Version IRMP: 2.5.8 09.07.2014 Version IRSND: 2.5.4 23.06.2014 Dokumentation: diff --git a/irmp.c b/irmp.c index 0753e0d..0d71f30 100644 --- a/irmp.c +++ b/irmp.c @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2013 Frank Meyer - frank(at)fli4l.de * - * $Id: irmp.c,v 1.155 2014/07/01 09:43:13 fm Exp $ + * $Id: irmp.c,v 1.156 2014/07/09 07:12:56 fm Exp $ * * ATMEGA88 @ 8 MHz * @@ -2314,8 +2314,8 @@ irmp_ISR (void) { #ifdef ANALYZE ANALYZE_PRINTF ("%8.3fms warning: did not receive inverted command repetition\n", -#endif // ANALYZE (double) (time_counter * 1000) / F_INTERRUPTS); +#endif // ANALYZE last_irmp_denon_command = 0; denon_repetition_len = 0xFFFF; } -- 2.39.2