浏览代码

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
 #define  HardwareSerial_h // trick to disable the standard HWserial
2
 #define  HardwareSerial_h // trick to disable the standard HWserial
3
 #endif
3
 #endif
4
 
4
 
5
-#include <arduino.h>
5
+#include <Arduino.h>

正在加载...
取消
保存