POSIX: Changed px4_debug.h to px4_log.h

Also changed use of printf to PX4_WARN or PX4_INFO in posix and
qurt tests.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-05-11 16:04:39 -07:00
parent 0ba5305e94
commit a99f916bdf
14 changed files with 93 additions and 72 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
* A device simulator
*/
#include <px4_debug.h>
#include <px4_log.h>
#include <px4_tasks.h>
#include <px4_time.h>
#include <systemlib/err.h>