mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-03 20:54:18 +00:00
Use correct USB dev_handle at close (name collision). - thanks to alan for debugging this
This commit is contained in:
parent
5a109138a5
commit
23357bd3d1
@ -445,7 +445,7 @@ static int usb_open(void *transport_config){
|
||||
|
||||
return 0;
|
||||
}
|
||||
static int usb_close(void *handle){
|
||||
static int usb_close(void *transport_config){
|
||||
int c;
|
||||
// @TODO: remove all run loops!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user