mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-22 06:29:31 -04:00
Added SD card wiper tool
Frequency manager now creates FREQMAN.TXT if not found Moved graphics files
This commit is contained in:
parent
a0469d709d
commit
3ec725c172
46 changed files with 157 additions and 51 deletions
|
@ -27,14 +27,14 @@
|
|||
|
||||
namespace sd_card {
|
||||
|
||||
FATFS fs;
|
||||
|
||||
namespace {
|
||||
|
||||
bool card_present = false;
|
||||
|
||||
Status status_ { Status::NotPresent };
|
||||
|
||||
FATFS fs;
|
||||
|
||||
FRESULT mount() {
|
||||
return f_mount(&fs, "", 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue