Compare commits

...

1 commit

Author SHA1 Message Date
hathach
739d6485a0 add sdfat v2 define USE_BLOCK_DEVICE_INTERFACE, FAT12_SUPPORT 2022-10-06 17:29:26 +07:00

View file

@ -162,4 +162,8 @@ void resumeLoop(void);
// Interrupts
#define digitalPinToInterrupt(P) ( P )
// SdFat v2
#define USE_BLOCK_DEVICE_INTERFACE 1
#define FAT12_SUPPORT 1
#endif // Arduino_h