libmetal
|
#include <assert.h>
Go to the source code of this file.
Macros | |
#define | metal_sys_assert(cond) DEBUGASSERT(cond) |
Assertion macro for NuttX-based applications. More... | |
#define metal_sys_assert | ( | cond | ) | DEBUGASSERT(cond) |
Assertion macro for NuttX-based applications.
cond | Condition to evaluate. |