forked from Archive/PX4-Autopilot
Turn off annoying debug output.
This commit is contained in:
parent
e503c15361
commit
97bdb9482a
|
@ -44,7 +44,7 @@
|
|||
#include "tinybson.h"
|
||||
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
# define debug(fmt, args...) do { warnx("BSON: " fmt, ##args); } while(0)
|
||||
#else
|
||||
# define debug(fmt, args...) do { } while(0)
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
#include "uORB/uORB.h"
|
||||
#include "uORB/topics/parameter_update.h"
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
# define debug(fmt, args...) do { warnx(fmt, ##args); } while(0)
|
||||
#else
|
||||
# define debug(fmt, args...) do { } while(0)
|
||||
|
|
Loading…
Reference in New Issue