mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 19:48:35 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -89,7 +89,7 @@ to exclude the API function. */
|
||||
/* Furi-specific */
|
||||
#define configTASK_NOTIFICATION_ARRAY_ENTRIES 2
|
||||
|
||||
extern __attribute__((__noreturn__)) void furi_thread_catch();
|
||||
extern __attribute__((__noreturn__)) void furi_thread_catch(void);
|
||||
#define configTASK_RETURN_ADDRESS (furi_thread_catch + 2)
|
||||
|
||||
/*
|
||||
|
||||
@@ -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