NN_PUT

NN_PUT Macro

Syntax

#include <nn/dbg.h>

#define NN_PUT(text,length)

Arguments

Name Description
in text Specify the string to output.
in length Specifies the string length.

Description

Outputs strings to the Debug window.

Replaces this macro with a dummy process and does nothing if NN_SWITCH_DISABLE_DEBUG_PRINT is defined.

Revision History

2011/07/29
Initial version.

CONFIDENTIAL