summaryrefslogtreecommitdiff
path: root/irmp.h
diff options
context:
space:
mode:
authorukw2014-06-05 21:03:25 +0000
committerukw2014-06-05 21:03:25 +0000
commit69da60905f36e42ac8d1e1f92f5ecd1f93df2c97 (patch)
tree239ca270ec538a143c53eacb0f571eec14f744f2 /irmp.h
parent9c07687e5473c83f851b5d82af3e3c4cae04c074 (diff)
downloadirmp-69da60905f36e42ac8d1e1f92f5ecd1f93df2c97.zip
Version 2.5.3: added LGAIR protocol (IRMP)
git-svn-id: svn://mikrocontroller.net/irmp@127 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmp.h')
-rw-r--r--irmp.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/irmp.h b/irmp.h
index bf53e3c..2ff7766 100644
--- a/irmp.h
+++ b/irmp.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2009-2013 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmp.h,v 1.84 2014/02/19 12:57:36 fm Exp $
+ * $Id: irmp.h,v 1.85 2014/06/05 21:00:06 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -146,6 +146,12 @@
# define IRMP_SUPPORT_NEC_PROTOCOL 1
#endif
+#if IRMP_SUPPORT_LGAIR_PROTOCOL == 1 && IRMP_SUPPORT_NEC_PROTOCOL == 0
+# warning LGAIR protocol needs also NEC protocol, NEC protocol enabled
+# undef IRMP_SUPPORT_NEC_PROTOCOL
+# define IRMP_SUPPORT_NEC_PROTOCOL 1
+#endif
+
#if IRMP_SUPPORT_RCMM_PROTOCOL == 1 && F_INTERRUPTS < 20000
# warning F_INTERRUPTS too low, RCMM protocol disabled (should be at least 20000)
# undef IRMP_SUPPORT_RCMM_PROTOCOL