X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/1170a9866f16c73a950434cfc210d5ea593d1916..66f8fd9354d919880cc818da81ce9ad13c4002b9:/irmpextlog.c?ds=sidebyside diff --git a/irmpextlog.c b/irmpextlog.c index 51d0afb..b3352ac 100644 --- a/irmpextlog.c +++ b/irmpextlog.c @@ -1,7 +1,7 @@ /*--------------------------------------------------------------------------------------------------------------------------------------------------- * irmpextlog.c - external logging * - * $Id: irmpextlog.c,v 1.1 2012/02/16 10:40:08 fm Exp $ + * $Id: irmpextlog.c,v 1.4 2014/02/19 12:57:36 fm Exp $ * * If you cannot use the internal UART logging routine, adapt the * source below for your application. The following implementation @@ -13,7 +13,7 @@ * (at your option) any later version. *--------------------------------------------------------------------------------------------------------------------------------------------------- */ -#include "irmpconfig.h" +#include "irmp.h" #if IRMP_EXT_LOGGING == 1 @@ -100,8 +100,10 @@ sendextlog (unsigned char data) #endif //IRMP_EXT_LOGGING +#if defined(PIC_C18) static void dummy (void) { // Only to avoid C18 compiler error } +#endif