mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-18 23:19:54 +00:00
BLE ctlr - Fix maybe-uninitialized warning.
This warning was only getting reported with the "debug" profile (-O1). X-Original-Commit: 0ad8062089ca3d0525b7b1bd471ae2d67a9b589c
This commit is contained in:
@@ -565,6 +565,7 @@ ble_ll_sched_adv_reschedule(struct ble_ll_sched_item *sch, uint32_t *start,
|
||||
sch->end_time += max_delay_ticks;
|
||||
|
||||
start_overlap = NULL;
|
||||
end_overlap = NULL;
|
||||
before = NULL;
|
||||
rc = 0;
|
||||
OS_ENTER_CRITICAL(sr);
|
||||
|
||||
Reference in New Issue
Block a user