Use lowercase names for serial instances
This commit is contained in:
parent
1e2deff4fd
commit
4b9d5cd352
5 changed files with 9 additions and 9 deletions
|
|
@ -655,7 +655,7 @@ ISR(TIMER1_COMPA_vect) {
|
|||
// Take multiple steps per interrupt (For high speed moves)
|
||||
for (int8_t i = 0; i < step_loops; i++) {
|
||||
#ifndef USBCON
|
||||
MSerial.checkRx(); // Check for serial chars.
|
||||
customizedSerial.checkRx(); // Check for serial chars.
|
||||
#endif
|
||||
|
||||
#if ENABLED(ADVANCE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue