summaryrefslogtreecommitdiff
path: root/irmpconfig.h
diff options
context:
space:
mode:
authorukw2010-06-22 12:32:40 +0000
committerukw2010-06-22 12:32:40 +0000
commit6f75002072ad07fe60d9e57370d3980b5229f7f4 (patch)
treecc39d21d32b575c268ee8788c60da74b0f4e6f16 /irmpconfig.h
parent881dbf79caeabcdcfc2c2eec3e418dcaf9946e6a (diff)
downloadirmp-6f75002072ad07fe60d9e57370d3980b5229f7f4.zip
Version 1.6.8: fixed conflicts between RC5 and FDC/RCCAR protocol
git-svn-id: svn://mikrocontroller.net/irmp@34 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmpconfig.h')
-rw-r--r--irmpconfig.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/irmpconfig.h b/irmpconfig.h
index e72c76f..6fa6fdd 100644
--- a/irmpconfig.h
+++ b/irmpconfig.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmpconfig.h,v 1.22 2010/06/15 12:02:52 fm Exp $
+ * $Id: irmpconfig.h,v 1.27 2010/06/22 12:39:51 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -46,8 +46,8 @@
#define IRMP_SUPPORT_BANG_OLUFSEN_PROTOCOL 1 // flag: support Bang & Olufsen uses ~200 bytes
#define IRMP_SUPPORT_GRUNDIG_PROTOCOL 1 // flag: support Grundig uses ~150 bytes
#define IRMP_SUPPORT_NOKIA_PROTOCOL 1 // flag: support Nokia uses ~150 bytes
-#define IRMP_SUPPORT_FDC_PROTOCOL 0 // flag: support FDC3402 keyboard uses ~50 bytes
-#define IRMP_SUPPORT_RCCAR_PROTOCOL 0 // flag: support RC car uses ~150 bytes
+#define IRMP_SUPPORT_FDC_PROTOCOL 0 // flag: support FDC3402 keyboard uses ~50/400 bytes
+#define IRMP_SUPPORT_RCCAR_PROTOCOL 0 // flag: support RC car uses ~150/500 bytes
/*---------------------------------------------------------------------------------------------------------------------------------------------------
* THE FOLLOWING DECODERS WORK ONLY FOR F_INTERRUPTS > 14500!
@@ -59,14 +59,6 @@
#define IRMP_SUPPORT_SIEMENS_PROTOCOL 0 // DO NOT CHANGE! F_INTERRUPTS too low!
#endif
-#if IRMP_SUPPORT_FDC_PROTOCOL == 1 && IRMP_SUPPORT_RC5_PROTOCOL == 1
-#error Protocols RC5 and FDC may not be enabled both at the same time. Please disable one of them in irmpconfig.h.
-#endif
-
-#if IRMP_SUPPORT_RCCAR_PROTOCOL == 1 && IRMP_SUPPORT_RC5_PROTOCOL == 1
-#error Protocols RC5 and RCCAR may not be enabled both at the same time. Please disable one of them in irmpconfig.h.
-#endif
-
/*---------------------------------------------------------------------------------------------------------------------------------------------------
* Change hardware pin here:
*---------------------------------------------------------------------------------------------------------------------------------------------------