mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 21:35:16 +00:00
fix type
This commit is contained in:
parent
15ec09bb89
commit
8d408fe22c
@ -225,7 +225,7 @@ int socket_connection_hci_process(struct data_source *ds) {
|
||||
void socket_connection_retry_parked(){
|
||||
// log_dbg("socket_connection_hci_process retry parked\n");
|
||||
linked_item_t *it = (linked_item_t *) &parked;
|
||||
wile (it->next) {
|
||||
while (it->next) {
|
||||
connection_t * conn = (connection_t *) it->next;
|
||||
|
||||
// dispatch packet !!! connection, type, channel, data, size
|
||||
|
Loading…
x
Reference in New Issue
Block a user