nrf5/drivers/bluetooth: Removing duplicate static variable declaration.

This commit is contained in:
Glenn Ruben Bakke 2017-05-30 23:19:34 +02:00
parent 1eb8792fa5
commit b17665b8ad

View File

@ -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)