mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 12:40:42 +00:00
att_dispatch: fix unused warning
This commit is contained in:
parent
0b0359e688
commit
b9add4c9da
@ -68,7 +68,6 @@ static void att_packet_handler(uint8_t packet_type, uint16_t handle, uint8_t *pa
|
||||
uint8_t opcode;
|
||||
uint8_t method;
|
||||
bool for_server;
|
||||
bool command;
|
||||
bool invalid;
|
||||
switch (packet_type){
|
||||
case ATT_DATA_PACKET:
|
||||
|
Loading…
x
Reference in New Issue
Block a user