test/l2cap-cbm: remove call to static function

This commit is contained in:
Milanka Ringwald 2023-05-25 08:47:35 +02:00 committed by Matthias Ringwald
parent 8edfa49c4b
commit cedd8c8190

View File

@ -163,7 +163,6 @@ TEST_GROUP(L2CAP_CHANNELS){
}
void teardown(void){
l2cap_remove_event_handler(&l2cap_event_callback_registration);
l2cap_finalize_channel_close();
l2cap_deinit();
hci_deinit();
btstack_memory_deinit();