summaryrefslogtreecommitdiff
path: root/irmp.h
diff options
context:
space:
mode:
authorukw2015-11-18 08:29:51 +0000
committerukw2015-11-18 08:29:51 +0000
commitdf24bb50ab88c97e3431d6dad6c04ed79e3794c7 (patch)
tree2ddf6b6da29a6a988bb78b030514334d6cc9060b /irmp.h
parentcc052a2ddc81f1a839435ed6be99d97e00c689e9 (diff)
downloadirmp-df24bb50ab88c97e3431d6dad6c04ed79e3794c7.zip
Version 2.9.7: added port to to ESP8266 and TEENSY, added PANASONIC protocol, added BOSE support for IRSND
git-svn-id: svn://mikrocontroller.net/irmp@170 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmp.h')
-rw-r--r--irmp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/irmp.h b/irmp.h
index eec62de..c305fab 100644
--- a/irmp.h
+++ b/irmp.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2009-2015 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmp.h,v 1.100 2015/11/17 13:51:45 fm Exp $
+ * $Id: irmp.h,v 1.101 2015/11/18 08:27:50 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
@@ -84,8 +84,8 @@
# define input(x) ((uint8_t)(digitalReadFast(x)))
#elif defined(__xtensa__)
-# define IRMP_BIT IRMP_BIT_NUMBER
-# define input(x) GPIO_INPUT_GET(IRMP_BIT_NUMBER)
+# define IRMP_BIT IRMP_BIT_NUMBER
+# define input(x) GPIO_INPUT_GET(IRMP_BIT_NUMBER)
#endif
#if IRMP_SUPPORT_TECHNICS_PROTOCOL == 1