mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void flipper_boot_update_exec();
|
||||
void flipper_boot_update_exec(void);
|
||||
|
||||
void flipper_boot_dfu_exec();
|
||||
void flipper_boot_dfu_exec(void);
|
||||
|
||||
void flipper_boot_recovery_exec();
|
||||
void flipper_boot_recovery_exec(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user