NN_PUT Macro#include <nn/dbg.h> #define NN_PUT(text,length)
| Name | Description | |
|---|---|---|
| in | text | Specify the string to output. |
| in | length | Specifies the string length. |
Outputs strings to the Debug window.
Replaces this macro with a dummy process and does nothing if NN_SWITCH_DISABLE_DEBUG_PRINT is defined.
CONFIDENTIAL