summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt2
-rw-r--r--irsnd.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 83e2a6a..e46a70b 100644
--- a/README.txt
+++ b/README.txt
@@ -2,7 +2,7 @@ IRMP - Infrared Multi Protocol Decoder
--------------------------------------
Version IRMP: 2.0.3 13.02.2012
-Version IRSND: 2.0.3 13.02.2012
+Version IRSND: 2.0.4 15.02.2012
Dokumentation:
diff --git a/irsnd.c b/irsnd.c
index ce93c1a..c6062fc 100644
--- a/irsnd.c
+++ b/irsnd.c
@@ -1083,6 +1083,7 @@ irsnd_ISR (void)
if (send_trailer)
{
irsnd_busy = FALSE;
+ send_trailer = FALSE;
return irsnd_busy;
}