mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
sx1280: assert on unhandled ll control opcode
This commit is contained in:
parent
6e34cf2cc2
commit
927d0c32dd
@ -1136,6 +1136,8 @@ static void ll_handle_control(ll_pdu_t * rx_packet){
|
||||
ll_terminate();
|
||||
break;
|
||||
default:
|
||||
btstack_assert(false);
|
||||
printf("Unhandled LL Control PDU 0x%02x\n", opcode);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user