summaryrefslogtreecommitdiff
path: root/irmp.h
diff options
context:
space:
mode:
authorukw2015-01-28 09:19:59 +0000
committerukw2015-01-28 09:19:59 +0000
commit0834784c62e77d7d11f29b48ad96f56750234f41 (patch)
treefabe84bcb6c19861271c63b2a245e6de54374ac0 /irmp.h
parent716f8772c514c531fd7c20822ad4b5d32aaa02b4 (diff)
downloadirmp-0834784c62e77d7d11f29b48ad96f56750234f41.zip
Version 2.7.0: corrected some definition errors
git-svn-id: svn://mikrocontroller.net/irmp@153 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmp.h')
-rw-r--r--irmp.h32
1 files changed, 4 insertions, 28 deletions
diff --git a/irmp.h b/irmp.h
index c7de844..abeec77 100644
--- a/irmp.h
+++ b/irmp.h
@@ -1,9 +1,9 @@
/*---------------------------------------------------------------------------------------------------------------------------------------------------
* irmp.h
*
- * Copyright (c) 2009-2014 Frank Meyer - frank(at)fli4l.de
+ * Copyright (c) 2009-2015 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmp.h,v 1.90 2015/01/19 10:54:37 fm Exp $
+ * $Id: irmp.h,v 1.92 2015/01/28 09:18:30 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
@@ -61,34 +61,11 @@
# define sei() IntMasterEnable()
#endif
-#if IRMP_SUPPORT_DENON_PROTOCOL == 1 && (IRMP_SUPPORT_RUWIDO_PROTOCOL == 1 || IRMP_SUPPORT_SIEMENS_PROTOCOL == 1)
-# warning DENON protocol conflicts wih RUWIDO/SIEMENS, please enable only one of both protocols
+#if IRMP_SUPPORT_DENON_PROTOCOL == 1 && IRMP_SUPPORT_RUWIDO_PROTOCOL == 1
+# warning DENON protocol conflicts wih RUWIDO, please enable only one of both protocols
# warning RUWIDO protocol disabled
-# warning SIEMENS protocol disabled
-# warning DENON protocol stays enabled
# undef IRMP_SUPPORT_RUWIDO_PROTOCOL
# define IRMP_SUPPORT_RUWIDO_PROTOCOL 0
-# undef IRMP_SUPPORT_SIEMENS_PROTOCOL
-# define IRMP_SUPPORT_SIEMENS_PROTOCOL 0
-#endif
-
-#if IRMP_SUPPORT_DENON_PROTOCOL == 1 && (IRMP_SUPPORT_RUWIDO_PROTOCOL == 1 || IRMP_SUPPORT_SIEMENS_PROTOCOL == 1)
-# warning MERLIN protocol conflicts wih RUWIDO/SIEMENS, please enable only one of both protocols
-# warning RUWIDO protocol disabled
-# warning SIEMENS protocol disabled
-# warning MERLIN protocol stays enabled
-# undef IRMP_SUPPORT_RUWIDO_PROTOCOL
-# define IRMP_SUPPORT_RUWIDO_PROTOCOL 0
-# undef IRMP_SUPPORT_SIEMENS_PROTOCOL
-# define IRMP_SUPPORT_SIEMENS_PROTOCOL 0
-#endif
-
-#if IRMP_SUPPORT_DENON_PROTOCOL == 1 && IRMP_SUPPORT_A1TVBOX_PROTOCOL == 1
-# warning MERLIN protocol conflicts wih A1TVBOX, please enable only one of both protocols
-# warning A1TVBOX protocol disabled
-# warning MERLIN protocol stays enabled
-# undef IRMP_SUPPORT_A1TVBOX_PROTOCOL
-# define IRMP_SUPPORT_A1TVBOX_PROTOCOL 0
#endif
#if IRMP_SUPPORT_RC6_PROTOCOL == 1 && IRMP_SUPPORT_ROOMBA_PROTOCOL == 1
@@ -195,7 +172,6 @@
extern void irmp_init (void);
extern uint_fast8_t irmp_get_data (IRMP_DATA *);
-extern uint_fast8_t irmp_is_busy (void);
extern uint_fast8_t irmp_ISR (void);
#if IRMP_PROTOCOL_NAMES == 1