summaryrefslogtreecommitdiff
path: root/irmp.h
diff options
context:
space:
mode:
authorukw2014-07-09 15:10:15 +0000
committerukw2014-07-09 15:10:15 +0000
commit956ea3ea733ead7da9cf5584b9a0dc1c1d98d548 (patch)
treed8eb42af0b74d6877e9cfb6ceb8c9044128aacb5 /irmp.h
parent66f8fd9354d919880cc818da81ce9ad13c4002b9 (diff)
downloadirmp-956ea3ea733ead7da9cf5584b9a0dc1c1d98d548.zip
Version 2.6.0: added SAMSUNG48 protocol (yet only in IRMP).
git-svn-id: svn://mikrocontroller.net/irmp@139 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmp.h')
-rw-r--r--irmp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/irmp.h b/irmp.h
index 2ff7766..f1ee081 100644
--- a/irmp.h
+++ b/irmp.h
@@ -128,6 +128,12 @@
# define IRMP_SUPPORT_LEGO_PROTOCOL 0
#endif
+#if IRMP_SUPPORT_SAMSUNG48_PROTOCOL == 1 && IRMP_SUPPORT_SAMSUNG_PROTOCOL == 0
+# warning SAMSUNG48 protocol needs also SAMSUNG protocol, SAMSUNG protocol enabled
+# undef IRMP_SUPPORT_SAMSUNG_PROTOCOL
+# define IRMP_SUPPORT_SAMSUNG_PROTOCOL 1
+#endif
+
#if IRMP_SUPPORT_JVC_PROTOCOL == 1 && IRMP_SUPPORT_NEC_PROTOCOL == 0
# warning JVC protocol needs also NEC protocol, NEC protocol enabled
# undef IRMP_SUPPORT_NEC_PROTOCOL