mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
windows: fix test in usb_close
This commit is contained in:
parent
30b78f4b1a
commit
eec4d6c63c
@ -1214,7 +1214,7 @@ static int usb_open(void){
|
||||
|
||||
static int usb_close(void){
|
||||
|
||||
if (!usb_transport_open == 0) return 0;
|
||||
if (!usb_transport_open) return 0;
|
||||
|
||||
// remove data sources
|
||||
btstack_run_loop_remove_data_source(&usb_data_source_command_out);
|
||||
|
Loading…
Reference in New Issue
Block a user