mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 14:48:35 -07:00
Revert "Merge pull request #444 from imsneo/patch-2"
This reverts commitf146a6c24d, reversing changes made to23dd7a20b7.
This commit is contained in:
@@ -137,9 +137,7 @@ static void rpc_system_storage_info_process(const PB_Main* request, void* contex
|
||||
free(response);
|
||||
furi_record_close(RECORD_STORAGE);
|
||||
}
|
||||
if(command_status == PB_CommandStatus_OK) {
|
||||
command_status = PB_CommandStatus_ERROR_STORAGE_INTERNAL;
|
||||
}
|
||||
|
||||
static void rpc_system_storage_timestamp_process(const PB_Main* request, void* context) {
|
||||
furi_assert(request);
|
||||
furi_assert(context);
|
||||
|
||||
Reference in New Issue
Block a user