libmetal
Macros
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. More...
 

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.