bnep: review UNUSED-size

This commit is contained in:
Matthias Ringwald 2017-09-20 10:40:32 +02:00
parent 5fce605819
commit f21eb74fee

View File

@ -1172,7 +1172,7 @@ static int bnep_handle_control_packet(bnep_channel_t *channel, uint8_t *packet,
*/
static int bnep_hci_event_handler(uint8_t *packet, uint16_t size)
{
UNUSED(size);
UNUSED(size); // ok: handling own l2cap events
bd_addr_t event_addr;
uint16_t psm;