mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-22 13:27:24 +00:00
Added SD card wiper tool
Frequency manager now creates FREQMAN.TXT if not found Moved graphics files
This commit is contained in:
@@ -24,9 +24,12 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "ff.h"
|
||||
#include "signal.hpp"
|
||||
|
||||
namespace sd_card {
|
||||
|
||||
extern FATFS fs;
|
||||
|
||||
enum class Status : int32_t {
|
||||
IOError = -3,
|
||||
|
Reference in New Issue
Block a user