X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/69da60905f36e42ac8d1e1f92f5ecd1f93df2c97..ac8504f8f769cf786c176198ac386007a9606812:/irmp.h?ds=sidebyside diff --git a/irmp.h b/irmp.h index 2ff7766..faa4201 100644 --- a/irmp.h +++ b/irmp.h @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2013 Frank Meyer - frank(at)fli4l.de * - * $Id: irmp.h,v 1.85 2014/06/05 21:00:06 fm Exp $ + * $Id: irmp.h,v 1.86 2014/07/09 15:26:02 fm Exp $ * * ATMEGA88 @ 8 MHz * @@ -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