diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-06-25 20:57:17 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-06-25 20:57:17 -0400 |
| commit | 759929c24a9966b64075bedfb365f3dfc66ad681 (patch) | |
| tree | 928afac1054566f50d51afce84b32aac7d5067ee /ports/nrf/bluetooth | |
| parent | bc4c74517a261e2eb80a1829877d4ad3b29763d2 (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.c | 1 |
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 }; |
