Skip to content

Commit b17665b

Browse files
committed
nrf5/drivers/bluetooth: Removing duplicate static variable declaration.
1 parent 1eb8792 commit b17665b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nrf5/drivers/bluetooth/ble_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ static mp_obj_t mp_gattc_observer;
9090
static mp_obj_t mp_gattc_disc_service_observer;
9191
static mp_obj_t mp_gattc_disc_char_observer;
9292
static mp_obj_t mp_gattc_char_data_observer;
93-
static mp_obj_t mp_gattc_char_data_observer;
9493
#endif
9594

9695
#if (BLUETOOTH_SD != 100) && (BLUETOOTH_SD != 110)

0 commit comments

Comments
 (0)