mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
oops
This commit is contained in:
@@ -664,7 +664,7 @@ static FS_Error storage_int_common_remove(void* ctx, const char* path) {
|
|||||||
return storage_int_parse_error(result);
|
return storage_int_parse_error(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
static FS_Error storage_int_common_rename(void* ctx, const char* old, const char* new) { // FIXME
|
static FS_Error storage_int_common_rename(void* ctx, const char* old, const char* new) {
|
||||||
StorageData* storage = ctx;
|
StorageData* storage = ctx;
|
||||||
lfs_t* lfs = lfs_get_from_storage(storage);
|
lfs_t* lfs = lfs_get_from_storage(storage);
|
||||||
int result = lfs_rename(lfs, old, new);
|
int result = lfs_rename(lfs, old, new);
|
||||||
|
|||||||
Reference in New Issue
Block a user