summaryrefslogtreecommitdiff
path: root/irsnd.c
diff options
context:
space:
mode:
authorukw2014-07-09 15:10:15 +0000
committerukw2014-07-09 15:10:15 +0000
commit956ea3ea733ead7da9cf5584b9a0dc1c1d98d548 (patch)
treed8eb42af0b74d6877e9cfb6ceb8c9044128aacb5 /irsnd.c
parent66f8fd9354d919880cc818da81ce9ad13c4002b9 (diff)
downloadirmp-956ea3ea733ead7da9cf5584b9a0dc1c1d98d548.zip
Version 2.6.0: added SAMSUNG48 protocol (yet only in IRMP).
git-svn-id: svn://mikrocontroller.net/irmp@139 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irsnd.c')
-rw-r--r--irsnd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/irsnd.c b/irsnd.c
index 554e264..4b276d6 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.76 2014/06/23 06:56:00 fm Exp $
+ * $Id: irsnd.c,v 1.77 2014/07/09 14:45:56 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
@@ -1489,7 +1489,7 @@ irsnd_ISR (void)
pause_0_len = SAMSUNG_0_PAUSE_LEN - 1;
has_stop_bit = SAMSUNG_STOP_BIT;
complete_data_len = SAMSUNG32_COMPLETE_DATA_LEN;
- n_auto_repetitions = SAMSUNG32_FRAMES; // 2 frames
+ n_auto_repetitions = SAMSUNG32_FRAMES; // 1 frame
auto_repetition_pause_len = SAMSUNG32_AUTO_REPETITION_PAUSE_LEN; // 47 ms pause
repeat_frame_pause_len = SAMSUNG32_FRAME_REPEAT_PAUSE_LEN;
irsnd_set_freq (IRSND_FREQ_38_KHZ);