From 97bdb9482af0d417e31ebba5da770d3d6fb3b464 Mon Sep 17 00:00:00 2001 From: px4dev Date: Tue, 4 Sep 2012 23:36:57 -0700 Subject: Turn off annoying debug output. --- apps/systemlib/bson/tinybson.c | 2 +- apps/systemlib/param/param.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/systemlib/bson/tinybson.c b/apps/systemlib/bson/tinybson.c index 27878401e..46ced013d 100644 --- a/apps/systemlib/bson/tinybson.c +++ b/apps/systemlib/bson/tinybson.c @@ -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) diff --git a/apps/systemlib/param/param.c b/apps/systemlib/param/param.c index 3db55f967..13d8df026 100644 --- a/apps/systemlib/param/param.c +++ b/apps/systemlib/param/param.c @@ -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) -- cgit v1.2.3