This commit is contained in:
Willy-JL
2024-03-20 01:48:10 +00:00
588 changed files with 3875 additions and 2957 deletions

View File

@@ -56,12 +56,12 @@ bool update_operation_get_current_package_manifest_path(Storage* storage, FuriSt
/*
* Checks if an update operation step is pending after reset
*/
bool update_operation_is_armed();
bool update_operation_is_armed(void);
/*
* Cancels pending update operation
*/
void update_operation_disarm();
void update_operation_disarm(void);
#ifdef __cplusplus
}