summaryrefslogtreecommitdiff
path: root/irmpextlog.c
diff options
context:
space:
mode:
authorukw2012-02-27 08:42:48 +0000
committerukw2012-02-27 08:42:48 +0000
commit1170a9866f16c73a950434cfc210d5ea593d1916 (patch)
treeded20defaff179ca630ad399ec0ebc5b83dfbb0a /irmpextlog.c
parentbc2de369601743f3a6fe1b31f31c2da361304a6b (diff)
downloadirmp-1170a9866f16c73a950434cfc210d5ea593d1916.zip
Version 2.0.4
git-svn-id: svn://mikrocontroller.net/irmp@95 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmpextlog.c')
-rw-r--r--irmpextlog.c6
1 files changed, 6 insertions, 0 deletions
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
+}