Skip to content

Commit c7bfcd2

Browse files
authored
reenable FAT12 and block interface for Adafruit SD fat fork
1 parent b3b0597 commit c7bfcd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Wippersnapper_Boards.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
190190
#define USE_STATUS_LED
191191
#define STATUS_LED_PIN LED_BUILTIN
192192
//------------- Adafruit SDfat Fork configuration -------------//
193-
//#define USE_BLOCK_DEVICE_INTERFACE 1
194-
//#define FAT12_SUPPORT 1
193+
#define USE_BLOCK_DEVICE_INTERFACE 1
194+
#define FAT12_SUPPORT 1
195195
//#define SDFAT_FILE_TYPE 1
196196
//#define USE_SPI_ARRAY_TRANSFER 1
197197
//#define USE_UTF8_LONG_NAMES 1
@@ -204,11 +204,11 @@
204204
//#ifdef USE_BLOCK_DEVICE_INTERFACE
205205
//#undef USE_BLOCK_DEVICE_INTERFACE
206206
//#endif
207-
//#define USE_BLOCK_DEVICE_INTERFACE 1
207+
#define USE_BLOCK_DEVICE_INTERFACE 1
208208
//#ifdef FAT12_SUPPORT
209209
//#undef FAT12_SUPPORT
210210
//#endif
211-
//#define FAT12_SUPPORT 1
211+
#define FAT12_SUPPORT 1
212212
//#ifdef SDFAT_FILE_TYPE
213213
//#undef SDFAT_FILE_TYPE
214214
//#endif

0 commit comments

Comments
 (0)