mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
ios:f ix compile -> named union on btstack_data_source_t
This commit is contained in:
parent
b43fd83de0
commit
ab16fff0ac
@ -252,7 +252,7 @@ static int h4_close(void){
|
||||
btstack_run_loop_remove_data_source(hci_transport_h4->ds);
|
||||
|
||||
// close device
|
||||
close(hci_transport_h4->ds->fd);
|
||||
close(hci_transport_h4->ds->source.fd);
|
||||
|
||||
// let module sleep
|
||||
h4_enforce_wake_off();
|
||||
|
Loading…
Reference in New Issue
Block a user