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