Browse Source

Turn off annoying debug output.

sbg
px4dev 13 years ago
parent
commit
97bdb9482a
  1. 2
      apps/systemlib/bson/tinybson.c
  2. 2
      apps/systemlib/param/param.c

2
apps/systemlib/bson/tinybson.c

@ -44,7 +44,7 @@ @@ -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)

2
apps/systemlib/param/param.c

@ -59,7 +59,7 @@ @@ -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…
Cancel
Save