example/hfg_ag: missing break

This commit is contained in:
Matthias Ringwald 2017-05-29 11:22:55 +02:00
parent 6b7351146f
commit 9620590336

View File

@ -518,6 +518,7 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t * even
printf("Event not handled %u\n", event[2]);
break;
}
break;
case HCI_SCO_DATA_PACKET:
sco_demo_receive(event, event_size);
break;