gatt_client: remove extra semicolon

This commit is contained in:
Matthias Ringwald 2024-09-09 11:27:35 +02:00
parent 1a4874dc54
commit fd01917f98

View File

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