]> cloudbase.mooo.com Git - irmp.git/blobdiff - irmpextlog.c
Version 2.6.0: added SAMSUNG48 protocol (in IRSND).
[irmp.git] / irmpextlog.c
index 482a18d3e1a0862d8601df10af83f5bf9baa83b7..b3352ac729db98ee8c09b6d4a3de5832c12f3f74 100644 (file)
@@ -1,7 +1,7 @@
 /*---------------------------------------------------------------------------------------------------------------------------------------------------\r
  * irmpextlog.c - external logging\r
  *\r
- * $Id: irmpextlog.c,v 1.2 2012/02/27 09:04:21 fm Exp $\r
+ * $Id: irmpextlog.c,v 1.4 2014/02/19 12:57:36 fm Exp $\r
  *\r
  * If you cannot use the internal UART logging routine, adapt the\r
  * source below for your application. The following implementation\r
@@ -13,7 +13,7 @@
  * (at your option) any later version.\r
  *---------------------------------------------------------------------------------------------------------------------------------------------------\r
  */\r
-#include "irmpconfig.h"\r
+#include "irmp.h"\r
 \r
 #if IRMP_EXT_LOGGING == 1\r
 \r
@@ -100,8 +100,10 @@ sendextlog (unsigned char data)
 \r
 #endif //IRMP_EXT_LOGGING\r
 \r
+#if defined(PIC_C18)\r
 static void\r
 dummy (void)\r
 {\r
   // Only to avoid C18 compiler error\r
 }\r
+#endif\r