1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 18:03:45 +02:00

USB Serial fixes for EX-RAIL & debug

This commit is contained in:
pmantoine
2023-02-15 08:51:21 +08:00
parent 3292c93192
commit 67bd886a98
3 changed files with 7 additions and 8 deletions

View File

@@ -207,7 +207,7 @@
}
#ifdef EESTOREDEBUG
printAll(&Serial);
printAll(&USB_SERIAL);
#endif
return tt;
}