Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90b9a7c022 |
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue