mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 06:02:43 +00:00
gatt_client: remove extra semicolon
This commit is contained in:
parent
1a4874dc54
commit
fd01917f98
@ -1360,7 +1360,7 @@ void gatt_client_listen_for_service_characteristic_value_updates(gatt_client_ser
|
|||||||
notification->service_id = 0;
|
notification->service_id = 0;
|
||||||
notification->connection_id = 0;
|
notification->connection_id = 0;
|
||||||
btstack_linked_list_add(&gatt_client_value_listeners, (btstack_linked_item_t*) notification);
|
btstack_linked_list_add(&gatt_client_value_listeners, (btstack_linked_item_t*) notification);
|
||||||
};
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stop listening to characteristic value updates for registered service with
|
* @brief Stop listening to characteristic value updates for registered service with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user