mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-12 13:07:57 +00:00
nimble/host: fix gcc 13 warnings
This commit is contained in:
committed by
Szymon Janc
parent
e2065a6016
commit
65f32e5f87
@@ -6461,6 +6461,9 @@ ble_gap_preempt_done(void)
|
||||
void *arg;
|
||||
} slaves[BLE_ADV_INSTANCES];
|
||||
|
||||
master_cb = NULL;
|
||||
master_arg = NULL;
|
||||
|
||||
disc_preempted = 0;
|
||||
|
||||
/* Protects slaves from accessing by multiple threads */
|
||||
|
||||
Reference in New Issue
Block a user