Use nxlinkStdioForDebug in deko_examples in order to avoid collisions with the console

This commit is contained in:
fincs 2020-04-17 16:49:38 +02:00
parent 794a26392b
commit d8e5cd4d2b
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60

View File

@ -18,7 +18,7 @@ extern "C" void userAppInit(void)
#ifdef DEBUG_NXLINK
socketInitializeDefault();
nxlink_sock = nxlinkStdio();
nxlink_sock = nxlinkStdioForDebug();
#endif
}