summaryrefslogtreecommitdiff
path: root/irsnd.c
diff options
context:
space:
mode:
authorukw2014-05-30 12:44:22 +0000
committerukw2014-05-30 12:44:22 +0000
commitfaf6479d6a0fcbb8052dd52b54dca6c088d08d9d (patch)
treea94fc5169854ad3f02f9ca9947037aac65bf60bf /irsnd.c
parentcb93f9e9e7b2cc102071423a590cc4a57c06657c (diff)
downloadirmp-faf6479d6a0fcbb8052dd52b54dca6c088d08d9d.zip
Version 2.4.1: fixed timings for SAMSUNG protocols.
git-svn-id: svn://mikrocontroller.net/irmp@122 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irsnd.c')
-rw-r--r--irsnd.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/irsnd.c b/irsnd.c
index 4d9593c..9d60dbd 100644
--- a/irsnd.c
+++ b/irsnd.c
@@ -13,7 +13,7 @@
* ATmega164, ATmega324, ATmega644, ATmega644P, ATmega1284, ATmega1284P
* ATmega88, ATmega88P, ATmega168, ATmega168P, ATmega328P
*
- * $Id: irsnd.c,v 1.72 2014/02/20 14:55:17 fm Exp $
+ * $Id: irsnd.c,v 1.73 2014/05/19 18:55:43 fm Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -1271,17 +1271,9 @@ irsnd_ISR (void)
return irsnd_busy;
}
}
-#if 0
else if (packet_repeat_pause_counter < repeat_frame_pause_len)
-#else
- // fm 2013-05-06: SIRCs has 2 autorepetitions and N normal repetitions.
- // if auto_repetition_counter == 0, we have to repeat the frame according to flags
- if (auto_repetition_counter == 0 && packet_repeat_pause_counter < repeat_frame_pause_len)
-#endif
{
packet_repeat_pause_counter++;
-// fprintf (stdout, "!%d %d!\n", packet_repeat_pause_counter, repeat_frame_pause_len);
-// fflush (stdout);
#ifdef ANALYZE
if (irsnd_is_on)
{