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