Added ASSERT macro that mimic Nuttx but uses the system assert

This commit is contained in:
David Sidrane
2015-05-19 08:42:52 -10:00
committed by Lorenz Meier
parent 7950167bc5
commit 9d055ef95b
+1
View File
@@ -4,3 +4,4 @@
#include <systemlib/err.h>
#define lowsyslog warnx
#define dbg warnx
#define ASSERT(x) assert((x))