summaryrefslogtreecommitdiff
path: root/irmp.h
diff options
context:
space:
mode:
authorukw2012-02-24 15:00:54 +0000
committerukw2012-02-24 15:00:54 +0000
commit253513a90dbd4184a15c8751312e53671b8a8488 (patch)
tree6eb6bdc513cc2c71bad9135987cba7bc430a17ba /irmp.h
parenta48187fa5b6eeab9fdfbcbc8f09d8e0127bd1e73 (diff)
downloadirmp-253513a90dbd4184a15c8751312e53671b8a8488.zip
Version 2.1.2:
- removed GRUNDIG2 (identical with IR60) - fixed bug in IR60 decoder - fixed bug in CRC detection of Kaseikyo frames - added IR60 protocol in IRSND git-svn-id: svn://mikrocontroller.net/irmp@92 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmp.h')
-rw-r--r--irmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/irmp.h b/irmp.h
index 1e54f2c..9d0fac7 100644
--- a/irmp.h
+++ b/irmp.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2009-2011 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmp.h,v 1.72 2012/02/24 14:24:27 fm Exp $
+ * $Id: irmp.h,v 1.73 2012/02/24 15:00:18 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -72,7 +72,7 @@ typedef uint8_t PAUSE_LEN;
#define IRMP_RC6A_PROTOCOL 21 // RC6A, e.g. Kathrein, XBOX
#define IRMP_NIKON_PROTOCOL 22 // Nikon
#define IRMP_RUWIDO_PROTOCOL 23 // Ruwido, e.g. T-Home Mediareceiver
-#define IRMP_IR60_PROTOCOL 24 // IR60 (SAB2008)
+#define IRMP_IR60_PROTOCOL 24 // IR60 (SDA2008)
#define IRMP_KATHREIN_PROTOCOL 25 // Kathrein
#define IRMP_NETBOX_PROTOCOL 26 // Netbox keyboard (bitserial)
#define IRMP_NEC16_PROTOCOL 27 // NEC with 16 bits (incl. sync)