Эх сурвалжийг харах

Add missing include for Arduino.h

Bill Greiman 7 жил өмнө
parent
commit
18905d728f
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/SdFatConfig.h

+ 1 - 0
src/SdFatConfig.h

@@ -28,6 +28,7 @@
  */
 #ifndef SdFatConfig_h
 #define SdFatConfig_h
+#include <Arduino.h>
 #include <stdint.h>
 #ifdef __AVR__
 #include <avr/io.h>