summaryrefslogtreecommitdiff
path: root/ports/nrf/bluetooth
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-06-25 20:57:17 -0400
committerDan Halbert <halbert@halwitz.org>2020-06-25 20:57:17 -0400
commit759929c24a9966b64075bedfb365f3dfc66ad681 (patch)
tree928afac1054566f50d51afce84b32aac7d5067ee /ports/nrf/bluetooth
parentbc4c74517a261e2eb80a1829877d4ad3b29763d2 (diff)
hci early wip; refactor supervisor bluetooth.c for nrf: tested
Diffstat (limited to 'ports/nrf/bluetooth')
-rw-r--r--ports/nrf/bluetooth/ble_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nrf/bluetooth/ble_drv.c b/ports/nrf/bluetooth/ble_drv.c
index e410ac3b4..67c6f3468 100644
--- a/ports/nrf/bluetooth/ble_drv.c
+++ b/ports/nrf/bluetooth/ble_drv.c
@@ -39,6 +39,7 @@
#include "py/mpstate.h"
#include "supervisor/shared/bluetooth.h"
+#include "supervisor/bluetooth.h"
nrf_nvic_state_t nrf_nvic_state = { 0 };