diff options
| author | JF <jf@codingfield.com> | 2020-06-16 20:36:24 +0200 |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-06-16 20:36:24 +0200 |
| commit | 9898fed80634c99c9dbe8ee8682dfdc259463654 (patch) | |
| tree | 4be094c1e2c3a2b73b8c7b924fbd793ba416aa63 /src/libs/mynewt-nimble/nimble/drivers | |
| parent | fab220d0b9c6868b4fa96ce5f3e3f41b5454a0c7 (diff) | |
Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.
Diffstat (limited to 'src/libs/mynewt-nimble/nimble/drivers')
| -rw-r--r-- | src/libs/mynewt-nimble/nimble/drivers/nrf52/src/ble_phy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/mynewt-nimble/nimble/drivers/nrf52/src/ble_phy.c b/src/libs/mynewt-nimble/nimble/drivers/nrf52/src/ble_phy.c index 2f6ce08e..83730a44 100644 --- a/src/libs/mynewt-nimble/nimble/drivers/nrf52/src/ble_phy.c +++ b/src/libs/mynewt-nimble/nimble/drivers/nrf52/src/ble_phy.c @@ -20,6 +20,7 @@ #include <stdint.h> #include <string.h> #include <assert.h> +#include <sdk/components/libraries/log/nrf_log.h> #include "syscfg/syscfg.h" #include "os/os.h" #include "ble/xcvr.h" |
