summaryrefslogtreecommitdiff
path: root/extmod/btstack/btstack_hci_uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/btstack/btstack_hci_uart.c')
-rw-r--r--extmod/btstack/btstack_hci_uart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extmod/btstack/btstack_hci_uart.c b/extmod/btstack/btstack_hci_uart.c
index 7205dba06..83e865b71 100644
--- a/extmod/btstack/btstack_hci_uart.c
+++ b/extmod/btstack/btstack_hci_uart.c
@@ -86,6 +86,7 @@ STATIC int btstack_uart_open(void) {
STATIC int btstack_uart_close(void) {
mp_bluetooth_hci_controller_deinit();
+ mp_bluetooth_hci_uart_deinit();
return 0;
}