Ver código fonte

Arduino.h case sensitive include

odewdney 10 anos atrás
pai
commit
cf50c0eff8

+ 1
- 1
ArduinoAddons/Arduino_1.0.x/libraries/SdFat/SdFat.h Ver arquivo

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

Carregando…
Cancelar
Salvar