mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
fbt: added -Wstrict-prototypes for main firmware (#3557)
* fbt: added -Wstrict-prototypes for main firmware (excludes extapps) * unit_tests: fixed declarations using strict prototypes * furi_hal: ble: changed gap stop log level to debug Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -49,7 +49,7 @@ static BleGlue* ble_glue = NULL;
|
||||
// static int32_t ble_glue_shci_thread(void* argument);
|
||||
static void ble_sys_status_not_callback(SHCI_TL_CmdStatus_t status);
|
||||
static void ble_sys_user_event_callback(void* pPayload);
|
||||
static void ble_glue_clear_shared_memory();
|
||||
static void ble_glue_clear_shared_memory(void);
|
||||
|
||||
void ble_glue_set_key_storage_changed_callback(
|
||||
BleGlueKeyStorageChangedCallback callback,
|
||||
|
||||
Reference in New Issue
Block a user