Compiler defines USBCON for USB devices (PR#2433)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user