mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-22 13:16:46 -07: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>
|