]> cloudbase.mooo.com Git - irmp.git/blobdiff - irmp.h
Version 2.9.7: added port to to ESP8266 and TEENSY, added PANASONIC protocol, added...
[irmp.git] / irmp.h
diff --git a/irmp.h b/irmp.h
index eec62de861af45993a6493c7c6b53df638617a05..c305fab9c67191923b1884cb28576b07c871d8df 100644 (file)
--- a/irmp.h
+++ b/irmp.h
@@ -3,7 +3,7 @@
  *\r
  * Copyright (c) 2009-2015 Frank Meyer - frank(at)fli4l.de\r
  *\r
- * $Id: irmp.h,v 1.100 2015/11/17 13:51:45 fm Exp $\r
+ * $Id: irmp.h,v 1.101 2015/11/18 08:27:50 fm Exp $\r
  *\r
  * This program is free software; you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -84,8 +84,8 @@
 #  define input(x)                              ((uint8_t)(digitalReadFast(x)))\r
 \r
 #elif defined(__xtensa__)\r
-#  define IRMP_BIT                             IRMP_BIT_NUMBER\r
-#  define input(x)                             GPIO_INPUT_GET(IRMP_BIT_NUMBER)\r
+#  define IRMP_BIT                              IRMP_BIT_NUMBER\r
+#  define input(x)                              GPIO_INPUT_GET(IRMP_BIT_NUMBER)\r
 #endif\r
 \r
 #if IRMP_SUPPORT_TECHNICS_PROTOCOL == 1\r