aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/px4io.h
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-02-06 23:50:55 -0800
committerpx4dev <px4@purgatory.org>2013-02-06 23:50:55 -0800
commit8cb583cf8031f4e7db77e1b88ea164e7ff5994c9 (patch)
tree3b28e5ca358ca3ce46fc30cbd1bfbb9d166ae1dc /apps/px4io/px4io.h
parent0c7c32ce95e2643d44fb41784c354cd6a852335c (diff)
downloadpx4-firmware-8cb583cf8031f4e7db77e1b88ea164e7ff5994c9.tar.gz
px4-firmware-8cb583cf8031f4e7db77e1b88ea164e7ff5994c9.tar.bz2
px4-firmware-8cb583cf8031f4e7db77e1b88ea164e7ff5994c9.zip
Assorted compile fixes.
Diffstat (limited to 'apps/px4io/px4io.h')
-rw-r--r--apps/px4io/px4io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/px4io/px4io.h b/apps/px4io/px4io.h
index e388f65e3..3ce6afc31 100644
--- a/apps/px4io/px4io.h
+++ b/apps/px4io/px4io.h
@@ -58,7 +58,7 @@
#ifdef DEBUG
# include <debug.h>
-# define debug(fmt, args...) lib_lowprintf(fmt "\n", ##args)
+# define debug(fmt, args...) lowsyslog(fmt "\n", ##args)
#else
# define debug(fmt, args...) do {} while(0)
#endif