SANITY_CHECK
Default mainpageat91libutilitySANITY_CHECK
Description Source Call Graph
SANITY_CHECK
Performs the same duty as the ASSERT() macro, except a default error message is output if the condition is false.
 
Syntax / parameters
define SANITY_CHECK (condition)

Name Type Default Description
  condition
  Condition to verify.
 
Return value      
Description
Performs the same duty as the ASSERT() macro, except a default error message is output if the condition is false.

 
Source
The documentation for this Member was generated from the following file:
  • assert.h