mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 16:49:36 +00:00
Fwrite fix (#1744)
This commit is contained in:
@@ -62,6 +62,6 @@ static std::filesystem::path path_from_string8(char* path) {
|
|||||||
{"ftell", cmd_sd_tell}, \
|
{"ftell", cmd_sd_tell}, \
|
||||||
{"fread", cmd_sd_read}, \
|
{"fread", cmd_sd_read}, \
|
||||||
{"frb", cmd_sd_read_binary}, \
|
{"frb", cmd_sd_read_binary}, \
|
||||||
{"fread", cmd_sd_write}, \
|
{"fwrite", cmd_sd_write}, \
|
||||||
{"fwb", cmd_sd_write_binary}
|
{"fwb", cmd_sd_write_binary}
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|||||||
Reference in New Issue
Block a user