Browse Source

Arduino.h case sensitive include

odewdney 10 years ago
parent
commit
cf50c0eff8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ArduinoAddons/Arduino_1.0.x/libraries/SdFat/SdFat.h

+ 1
- 1
ArduinoAddons/Arduino_1.0.x/libraries/SdFat/SdFat.h View File

@@ -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>

Loading…
Cancel
Save