]> cloudbase.mooo.com Git - irmp.git/blobdiff - irmp.h
Version 2.6.0: added SAMSUNG48 protocol (in IRSND).
[irmp.git] / irmp.h
diff --git a/irmp.h b/irmp.h
index 2ff7766c2fc4e0e2dfd2f98fe3499740b1227765..faa4201e2f5ee6e41b3e2f9029a30cdf146e3c93 100644 (file)
--- a/irmp.h
+++ b/irmp.h
@@ -3,7 +3,7 @@
  *\r
  * Copyright (c) 2009-2013 Frank Meyer - frank(at)fli4l.de\r
  *\r
- * $Id: irmp.h,v 1.85 2014/06/05 21:00:06 fm Exp $\r
+ * $Id: irmp.h,v 1.86 2014/07/09 15:26:02 fm Exp $\r
  *\r
  * ATMEGA88 @ 8 MHz\r
  *\r
 #  define IRMP_SUPPORT_LEGO_PROTOCOL            0\r
 #endif\r
 \r
+#if IRMP_SUPPORT_SAMSUNG48_PROTOCOL == 1 && IRMP_SUPPORT_SAMSUNG_PROTOCOL == 0\r
+#  warning SAMSUNG48 protocol needs also SAMSUNG protocol, SAMSUNG protocol enabled\r
+#  undef IRMP_SUPPORT_SAMSUNG_PROTOCOL\r
+#  define IRMP_SUPPORT_SAMSUNG_PROTOCOL         1\r
+#endif\r
+\r
 #if IRMP_SUPPORT_JVC_PROTOCOL == 1 && IRMP_SUPPORT_NEC_PROTOCOL == 0\r
 #  warning JVC protocol needs also NEC protocol, NEC protocol enabled\r
 #  undef IRMP_SUPPORT_NEC_PROTOCOL\r