mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-01 07:37:52 +00:00
nimble/host: Fix compilation issues observed by enabling -O2 optimization
This commit is contained in:
@@ -1509,7 +1509,7 @@ static int
|
||||
ble_gattc_disc_all_svcs_rx_adata(struct ble_gattc_proc *proc,
|
||||
struct ble_att_read_group_type_adata *adata)
|
||||
{
|
||||
struct ble_gatt_svc service;
|
||||
struct ble_gatt_svc service = {0};
|
||||
int cbrc;
|
||||
int rc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user