summaryrefslogtreecommitdiff
path: root/irmpconfig.h
diff options
context:
space:
mode:
authorukw2010-06-10 23:20:36 +0000
committerukw2010-06-10 23:20:36 +0000
commit02dbaeffae89ad466196bf621ea1d05f397a1417 (patch)
treeef9032c8679ec1ee32e4f4068c7e468c40e76c0e /irmpconfig.h
parenteaaf80c3a29b0c4bcc2040b8202152e8c0b675f0 (diff)
downloadirmp-02dbaeffae89ad466196bf621ea1d05f397a1417.zip
Version 1.6.2: added FDC2 protocol
git-svn-id: svn://mikrocontroller.net/irmp@25 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmpconfig.h')
-rw-r--r--irmpconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/irmpconfig.h b/irmpconfig.h
index 7fadb90..1e503ad 100644
--- a/irmpconfig.h
+++ b/irmpconfig.h
@@ -61,6 +61,11 @@
#define IRMP_SUPPORT_FDC2_PROTOCOL 0 // DO NOT CHANGE! F_INTERRUPTS too low!
#endif
+
+#if IRMP_SUPPORT_FDC2_PROTOCOL == 1 && IRMP_SUPPORT_RC5_PROTOCOL == 1
+#error Protocols RC5 and FDC2 may not be enabled both at the same time. Please disable one of them in irmpconfig.h.
+#endif
+
/*---------------------------------------------------------------------------------------------------------------------------------------------------
* Change hardware pin here:
*---------------------------------------------------------------------------------------------------------------------------------------------------