From 8cb583cf8031f4e7db77e1b88ea164e7ff5994c9 Mon Sep 17 00:00:00 2001 From: px4dev Date: Wed, 6 Feb 2013 23:50:55 -0800 Subject: Assorted compile fixes. --- apps/px4io/px4io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/px4io/px4io.h') 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 -# 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 -- cgit v1.2.3