mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
Use nxlinkStdioForDebug in deko_examples in order to avoid collisions with the console
This commit is contained in:
parent
794a26392b
commit
d8e5cd4d2b
@ -18,7 +18,7 @@ extern "C" void userAppInit(void)
|
|||||||
|
|
||||||
#ifdef DEBUG_NXLINK
|
#ifdef DEBUG_NXLINK
|
||||||
socketInitializeDefault();
|
socketInitializeDefault();
|
||||||
nxlink_sock = nxlinkStdio();
|
nxlink_sock = nxlinkStdioForDebug();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user