瀏覽代碼

Arduino.h case sensitive include

odewdney 10 年之前
父節點
當前提交
cf50c0eff8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      ArduinoAddons/Arduino_1.0.x/libraries/SdFat/SdFat.h

+ 1
- 1
ArduinoAddons/Arduino_1.0.x/libraries/SdFat/SdFat.h 查看文件

@@ -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…
取消
儲存