From: ukw Date: Mon, 27 Feb 2012 08:42:48 +0000 (+0000) Subject: Version 2.0.4 X-Git-Tag: irmp-libopencm3-pre-1~94 X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/commitdiff_plain/1170a9866f16c73a950434cfc210d5ea593d1916?hp=bc2de369601743f3a6fe1b31f31c2da361304a6b Version 2.0.4 git-svn-id: svn://mikrocontroller.net/irmp@95 aeb2e35e-bfc4-4214-b83c-9e8de998ed28 --- diff --git a/irmpextlog.c b/irmpextlog.c index 78537e9..51d0afb 100644 --- a/irmpextlog.c +++ b/irmpextlog.c @@ -99,3 +99,9 @@ sendextlog (unsigned char data) } #endif //IRMP_EXT_LOGGING + +static void +dummy (void) +{ + // Only to avoid C18 compiler error +}