Skip to content

Commit

Permalink
Add missing include for Arduino.h
Browse files Browse the repository at this point in the history
  • Loading branch information
greiman committed Oct 25, 2017
1 parent f2424ef commit 18905d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SdFatConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
*/
#ifndef SdFatConfig_h
#define SdFatConfig_h
#include <Arduino.h>
#include <stdint.h>
#ifdef __AVR__
#include <avr/io.h>
Expand Down

0 comments on commit 18905d7

Please sign in to comment.