Browse Source

Added confitional definition

sbg
David Sidrane 10 years ago committed by Lorenz Meier
parent
commit
bcb3529490
  1. 5
      unittests/debug.h

5
unittests/debug.h

@ -4,4 +4,7 @@ @@ -4,4 +4,7 @@
#include <systemlib/err.h>
#define lowsyslog warnx
#define dbg warnx
#define ASSERT(x) assert((x))
#if !defined(ASSERT)
# define ASSERT(x) assert((x))
#endif

Loading…
Cancel
Save