RTEMS
|
Information for the Assert Handler. More...
#include <rtems/score/basedefs.h>
Go to the source code of this file.
Macros | |
#define | _Assert(_e) ( ( void ) 0 ) |
Assertion similar to assert() controlled via RTEMS_DEBUG instead of NDEBUG. | |
#define | _SMP_Assert(_e) _Assert( _e ) |
Like _Assert(), but only armed if RTEMS_SMP is defined. | |
Information for the Assert Handler.
Definition in file assert.h.