mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 16:10:35 +08:00
POSIX: fixups for px4_log.h change
After merge from qurt branch, fixups for posix build Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -59,6 +59,7 @@ __END_DECLS
|
||||
#endif
|
||||
|
||||
#define PX4_DBG(...)
|
||||
#define PX4_DEBUG(...)
|
||||
#define PX4_INFO(...) warnx(__VA_ARGS__)
|
||||
#define PX4_WARN(...) warnx(__VA_ARGS__)
|
||||
#define PX4_ERR(...) { warnx("ERROR file %s line %d:", __FILE__, __LINE__); warnx(__VA_ARGS__); }
|
||||
|
||||
Reference in New Issue
Block a user