|
libmetal
353
|
Go to the documentation of this file.
12 #ifndef __METAL_ASSERT__H__
13 #error "Include metal/assert.h instead of metal/zephyr/assert.h"
16 #ifndef __METAL_ZEPHYR_ASSERT__H__
17 #define __METAL_ZEPHYR_ASSERT__H__
19 #include <zephyr/kernel.h>
25 #define metal_sys_assert(cond) __ASSERT_NO_MSG(cond)