mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-05-07 22:54:18 +00: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>
|