mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
11 lines
144 B
C
11 lines
144 B
C
|
|
#pragma once
|
|
|
|
#include <systemlib/err.h>
|
|
#define lowsyslog warnx
|
|
#define dbg warnx
|
|
|
|
#if !defined(ASSERT)
|
|
# define ASSERT(x) assert((x))
|
|
#endif
|