sm: review UNUSED-size

This commit is contained in:
Matthias Ringwald 2017-09-19 16:04:19 +02:00
parent 4599b98a66
commit cbdfe9f7d6

View File

@ -3003,8 +3003,8 @@ static void sm_handle_random_result(uint8_t * data){
static void sm_event_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){
UNUSED(channel);
UNUSED(size);
UNUSED(channel); // ok: there is no channel
UNUSED(size); // ok: fixed format HCI events
sm_connection_t * sm_conn;
hci_con_handle_t con_handle;