HAL and serial cleanup
Co-Authored-By: Jason Smith <20053467+sjasonsmith@users.noreply.github.com>
This commit is contained in:
@@ -93,10 +93,10 @@
|
||||
//
|
||||
// Hardware serial with switch
|
||||
//
|
||||
#define X_HARDWARE_SERIAL Serial1
|
||||
#define Y_HARDWARE_SERIAL Serial1
|
||||
#define Z_HARDWARE_SERIAL Serial1
|
||||
#define E0_HARDWARE_SERIAL Serial1
|
||||
#define X_HARDWARE_SERIAL MSerial1
|
||||
#define Y_HARDWARE_SERIAL MSerial1
|
||||
#define Z_HARDWARE_SERIAL MSerial1
|
||||
#define E0_HARDWARE_SERIAL MSerial1
|
||||
|
||||
// The 4xTMC2209 module doesn't have a serial multiplexer and
|
||||
// needs to set *_SLAVE_ADDRESS in Configuration_adv.h for X,Y,Z,E0
|
||||
|
||||
Reference in New Issue
Block a user