libmetal
Loading...
Searching...
No Matches
assert.h File Reference
#include <assert.h>

Go to the source code of this file.

Macros

#define metal_sys_assert(cond)
 Assertion macro for bare-metal applications.

Macro Definition Documentation

◆ metal_sys_assert

#define metal_sys_assert ( cond)
Value:
assert(cond)

Assertion macro for bare-metal applications.

Parameters
condCondition to evaluate.