mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-02 20:00:40 +00:00
Compiler defines USBCON for USB devices (PR#2433)
This commit is contained in:
parent
7268d46508
commit
e83575537a
12 changed files with 12 additions and 24 deletions
Marlin
|
@ -629,7 +629,7 @@ ISR(TIMER1_COMPA_vect) {
|
|||
|
||||
// Take multiple steps per interrupt (For high speed moves)
|
||||
for (int8_t i = 0; i < step_loops; i++) {
|
||||
#ifndef AT90USB
|
||||
#ifndef USBCON
|
||||
MSerial.checkRx(); // Check for serial chars.
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue