0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-17 06:48:05 +00:00

Arduino.h case sensitive include

This commit is contained in:
odewdney 2015-01-13 14:30:28 +00:00
parent abdb974d7f
commit cf50c0eff8

View file

@ -2,4 +2,4 @@
#define HardwareSerial_h // trick to disable the standard HWserial
#endif
#include <arduino.h>
#include <Arduino.h>