nrf5/drivers/bluetooth: Removing duplicate static variable declaration.
This commit is contained in:
parent
1eb8792fa5
commit
b17665b8ad
@ -90,7 +90,6 @@ static mp_obj_t mp_gattc_observer;
|
||||
static mp_obj_t mp_gattc_disc_service_observer;
|
||||
static mp_obj_t mp_gattc_disc_char_observer;
|
||||
static mp_obj_t mp_gattc_char_data_observer;
|
||||
static mp_obj_t mp_gattc_char_data_observer;
|
||||
#endif
|
||||
|
||||
#if (BLUETOOTH_SD != 100) && (BLUETOOTH_SD != 110)
|
||||
|
Loading…
Reference in New Issue
Block a user