Arduino.h case sensitive include
This commit is contained in:
parent
abdb974d7f
commit
cf50c0eff8
|
@ -2,4 +2,4 @@
|
||||||
#define HardwareSerial_h // trick to disable the standard HWserial
|
#define HardwareSerial_h // trick to disable the standard HWserial
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
Loading…
Reference in a new issue