allow EXFAT formatted SD cards

This commit is contained in:
folkert van heusden 2024-03-29 22:39:46 +01:00
parent 97bd0a7809
commit ecc63c9fee
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -66,7 +66,7 @@ console *cnsl = nullptr;
uint16_t exec_addr = 0;
#if !defined(BUILD_FOR_RP2040)
SdFat32 SD;
SdFs SD;
#endif
std::atomic_uint32_t stop_event { EVENT_NONE };