mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-08 12:50:52 +00:00
fix compile
This commit is contained in:
parent
8258669bad
commit
4b20d6e577
@ -267,11 +267,8 @@ static int h4_send_packet(uint8_t packet_type, uint8_t *packet, int size){
|
||||
packet--;
|
||||
*packet = packet_type;
|
||||
|
||||
tx_data = packet;
|
||||
tx_len = size;
|
||||
|
||||
tx_state = TX_W4_PACKET_SENT;
|
||||
hal_uart_dma_send_block(tx_data, tx_len);
|
||||
hal_uart_dma_send_block(packet, size);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user