libmetal
Loading...
Searching...
No Matches
assert.h File Reference
#include <zephyr/kernel.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.
 

Macro Definition Documentation

◆ metal_sys_assert

#define metal_sys_assert ( cond)    __ASSERT_NO_MSG(cond)

Assertion macro for Zephyr-based applications.

Parameters
condCondition to evaluate.