NN_PANIC

NN_PANIC Macro

Syntax

#include <nn/assert.h>

#define NN_PANIC(...)

Parameters

Name Description
in ... The message and parameters to be displayed.

Description

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.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL