#include <nn/assert.h> #define NN_PANIC(...)
| Name | Description | |
|---|---|---|
| in | ... | The message and parameters to be displayed. |
Stops execution.
Displays the specified message and stops program execution.
Behavior differs from panic-type macros as follows depending on the build macro specified.
NN_SWITCH_DISABLE_ASSERT_WARNING has no effect.
If NN_SWITCH_DISABLE_DEBUG_PRINT is defined, program execution stops, but nothing is output to debug output.
CONFIDENTIAL