aboutsummaryrefslogtreecommitdiff
path: root/apps/px4/tests/tests.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/px4/tests/tests.h
parent0c7c32ce95e2643d44fb41784c354cd6a852335c (diff)
downloadpx4-firmware-8cb583cf8031f4e7db77e1b88ea164e7ff5994c9.tar.gz
px4-firmware-8cb583cf8031f4e7db77e1b88ea164e7ff5994c9.tar.bz2
px4-firmware-8cb583cf8031f4e7db77e1b88ea164e7ff5994c9.zip
Assorted compile fixes.
Diffstat (limited to 'apps/px4/tests/tests.h')
-rw-r--r--apps/px4/tests/tests.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/px4/tests/tests.h b/apps/px4/tests/tests.h
index cc3f5493a..c02ea6808 100644
--- a/apps/px4/tests/tests.h
+++ b/apps/px4/tests/tests.h
@@ -48,7 +48,7 @@
#ifdef CONFIG_CPP_HAVE_VARARGS
# ifdef CONFIG_DEBUG
-# define message(...) lib_rawprintf(__VA_ARGS__)
+# define message(...) lowsyslog(__VA_ARGS__)
# define msgflush()
# else
# define message(...) printf(__VA_ARGS__)
@@ -56,7 +56,7 @@
# endif
#else
# ifdef CONFIG_DEBUG
-# define message lib_rawprintf
+# define message lowsyslog
# define msgflush()
# else
# define message printf