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