mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-18 08:04:58 +08:00
Added confitional definition
This commit is contained in:
committed by
Lorenz Meier
parent
9d055ef95b
commit
bcb3529490
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user