fix unused params warnings

This commit is contained in:
Matthias Ringwald 2016-12-22 22:46:20 +01:00
parent d066298299
commit f22209df62

View File

@ -1088,7 +1088,8 @@ static void l2cap_hci_event_handler(uint8_t packet_type, uint16_t cid, uint8_t *
UNUSED(address); UNUSED(address);
UNUSED(hci_con_used); UNUSED(hci_con_used);
UNUSED(it); UNUSED(it);
UNUSED(handle);
switch(hci_event_packet_get_type(packet)){ switch(hci_event_packet_get_type(packet)){
// Notify channel packet handler if they can send now // Notify channel packet handler if they can send now