allow EXFAT formatted SD cards
This commit is contained in:
parent
97bd0a7809
commit
ecc63c9fee
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ console *cnsl = nullptr;
|
||||||
uint16_t exec_addr = 0;
|
uint16_t exec_addr = 0;
|
||||||
|
|
||||||
#if !defined(BUILD_FOR_RP2040)
|
#if !defined(BUILD_FOR_RP2040)
|
||||||
SdFat32 SD;
|
SdFs SD;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
std::atomic_uint32_t stop_event { EVENT_NONE };
|
std::atomic_uint32_t stop_event { EVENT_NONE };
|
||||||
|
|
Loading…
Add table
Reference in a new issue