aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/px4io.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-02-17 15:29:31 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-02-17 15:29:31 +0100
commit8f8e30052bc6fb9a833b53570e8e836ea6686f1f (patch)
treee1b75b27fdb3c4a8942ead12a17b054d36cb0a7b /apps/px4io/px4io.h
parent6bd18e46bb3b250213bb64d9b0da2e71ddc912ab (diff)
parentcaa11f0bbb7f30679c5c01a64e1d0f6d8627db9d (diff)
downloadpx4-firmware-8f8e30052bc6fb9a833b53570e8e836ea6686f1f.tar.gz
px4-firmware-8f8e30052bc6fb9a833b53570e8e836ea6686f1f.tar.bz2
px4-firmware-8f8e30052bc6fb9a833b53570e8e836ea6686f1f.zip
Merged
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 9c5989df7..6944776a9 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