]> cloudbase.mooo.com Git - irmp.git/blobdiff - irmpextlog.c
Version 2.6.0: added SAMSUNG48 protocol (in IRSND).
[irmp.git] / irmpextlog.c
index 78537e9b92e411285b3b9bb1784dd98e3f05be67..b3352ac729db98ee8c09b6d4a3de5832c12f3f74 100644 (file)
@@ -1,7 +1,7 @@
 /*---------------------------------------------------------------------------------------------------------------------------------------------------\r
  * irmpextlog.c - external logging\r
  *\r
- * $Id: irmpextlog.c,v 1.1 2012/02/16 10:40:08 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
@@ -99,3 +99,11 @@ sendextlog (unsigned char data)
 }\r
 \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