mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-21 21:50:35 +08:00
Added ASSERT macro that mimic Nuttx but uses the system assert
This commit is contained in:
committed by
Lorenz Meier
parent
7950167bc5
commit
9d055ef95b
@@ -4,3 +4,4 @@
|
||||
#include <systemlib/err.h>
|
||||
#define lowsyslog warnx
|
||||
#define dbg warnx
|
||||
#define ASSERT(x) assert((x))
|
||||
|
||||
Reference in New Issue
Block a user