Whitespace cleanup

This commit is contained in:
Scott Lahteine
2019-11-09 19:45:10 -06:00
parent b3f81eead5
commit 9ca25118d0
7 changed files with 7 additions and 7 deletions

View File

@ -61,7 +61,7 @@
#define Z_SERIAL_RX_PIN P2_11 // J8-4
#define E0_SERIAL_TX_PIN P2_13 // J8-5
#define E0_SERIAL_RX_PIN P2_13 // J8-5
// Reduce baud rate to improve software serial reliability
#define TMC_BAUD_RATE 19200
#endif

View File

@ -87,7 +87,7 @@
#define Z_SERIAL_RX_PIN P0_20
#define E0_SERIAL_TX_PIN P0_22
#define E0_SERIAL_RX_PIN P0_21
// Reduce baud rate to improve software serial reliability
#define TMC_BAUD_RATE 19200
#endif