mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-14 10:17:57 -06:00
🐛 Native USB on E3V2 SKR E3 Turbo (#621)
This commit is contained in:
parent
e9aeb5fab2
commit
86b483dba3
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@
|
||||||
*
|
*
|
||||||
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
||||||
*/
|
*/
|
||||||
#define SERIAL_PORT 3
|
#define SERIAL_PORT -1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Serial Port Baud Rate
|
* Serial Port Baud Rate
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
*
|
*
|
||||||
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
||||||
*/
|
*/
|
||||||
#define SERIAL_PORT 3
|
#define SERIAL_PORT -1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Serial Port Baud Rate
|
* Serial Port Baud Rate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue