diff --git a/cores/arduino/Arduino.h b/cores/arduino/Arduino.h index 175dcf70..1816a542 100644 --- a/cores/arduino/Arduino.h +++ b/cores/arduino/Arduino.h @@ -148,6 +148,10 @@ void loop( void ) ; #define digitalPinToInterrupt(P) ( P ) #endif +// SdFat v2 +#define USE_BLOCK_DEVICE_INTERFACE 1 +#define FAT12_SUPPORT 1 + // USB #ifdef USE_TINYUSB // Needed for declaring Serial