mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 03:35:20 +00:00
posix-h5: implement close
This commit is contained in:
parent
dbc7912665
commit
895c53dde9
@ -619,6 +619,7 @@ static int hci_transport_h5_posix_open(void){
|
||||
}
|
||||
|
||||
static int hci_transport_h5_posix_close(void){
|
||||
return btstack_uart->close();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user