mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Added confitional definition
This commit is contained in:
parent
9d055ef95b
commit
bcb3529490
@ -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…
x
Reference in New Issue
Block a user