summaryrefslogtreecommitdiff
path: root/irmp.h
diff options
context:
space:
mode:
authorukw2016-09-09 08:04:05 +0000
committerukw2016-09-09 08:04:05 +0000
commit7365350cfc3f5406c68411a2eafe97dadaa08444 (patch)
tree8f8c4fb1a3d73604a47ecb3f1990b1996134758f /irmp.h
parent2a774a843a3b5832f43260f16dddf7bbba3c0f17 (diff)
downloadirmp-7365350cfc3f5406c68411a2eafe97dadaa08444.zip
Version 3.0.2
git-svn-id: svn://mikrocontroller.net/irmp@177 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmp.h')
-rw-r--r--irmp.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/irmp.h b/irmp.h
index c305fab..ded7e80 100644
--- a/irmp.h
+++ b/irmp.h
@@ -1,9 +1,9 @@
/*---------------------------------------------------------------------------------------------------------------------------------------------------
* irmp.h
*
- * Copyright (c) 2009-2015 Frank Meyer - frank(at)fli4l.de
+ * Copyright (c) 2009-2016 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmp.h,v 1.101 2015/11/18 08:27:50 fm Exp $
+ * $Id: irmp.h,v 1.103 2016/09/09 07:53:29 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
@@ -121,6 +121,13 @@
# define IRMP_SUPPORT_ROOMBA_PROTOCOL 0
#endif
+#if IRMP_SUPPORT_PANASONIC_PROTOCOL == 1 && IRMP_SUPPORT_MITSU_HEAVY_PROTOCOL == 1
+# warning PANASONIC protocol conflicts wih MITSU_HEAVY, please enable only one of both protocols
+# warning MITSU_HEAVY protocol disabled
+# undef IRMP_SUPPORT_MITSU_HEAVY_PROTOCOL
+# define IRMP_SUPPORT_MITSU_HEAVY_PROTOCOL 0
+#endif
+
#if IRMP_SUPPORT_RC5_PROTOCOL == 1 && IRMP_SUPPORT_ORTEK_PROTOCOL == 1
# warning RC5 protocol conflicts wih ORTEK, please enable only one of both protocols
# warning ORTEK protocol disabled