mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-27 00:23:54 -06:00
5 lines
113 B
C
5 lines
113 B
C
#ifndef AT90USB
|
|
#define HardwareSerial_h // trick to disable the standard HWserial
|
|
#endif
|
|
|
|
#include <arduino.h>
|