mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
Replace all asserts in kernel code with ASSERT
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
f25a506f91
commit
20ebe0e64c
+1
-1
@@ -58,7 +58,7 @@
|
||||
|
||||
/* Custom assert macro - easy to disable */
|
||||
|
||||
#define require(p, msg) assert(p && msg)
|
||||
#define require(p, msg) ASSERT(p && msg)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Functions Prototype
|
||||
|
||||
Reference in New Issue
Block a user