libmetal
Loading...
Searching...
No Matches
assert.h File Reference

NuttX assertion support. More...

#include <assert.h>

Go to the source code of this file.

Macros

#define metal_sys_assert(cond)
 Assertion macro for NuttX-based applications.

Detailed Description

NuttX assertion support.

Macro Definition Documentation

◆ metal_sys_assert

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

Assertion macro for NuttX-based applications.

Parameters
condCondition to evaluate.