diff options
| author | JF <jf@codingfield.com> | 2020-07-08 19:14:52 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-07-08 19:14:52 (GMT) |
| commit | 71842667a0bce3543c2a649c0e753c59353bd975 (patch) | |
| tree | de99dc5b370058690d1728d01e13317c8ee7d9e3 | |
| parent | 62de76ba99f28eccbe72bbf132ae64cd05eaf6b6 (diff) | |
Remove debug (and bad) #includes.
3 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/mynewt-nimble/nimble/controller/src/ble_ll.c b/src/libs/mynewt-nimble/nimble/controller/src/ble_ll.c index da5d297..996ad9c 100644 --- a/src/libs/mynewt-nimble/nimble/controller/src/ble_ll.c +++ b/src/libs/mynewt-nimble/nimble/controller/src/ble_ll.c @@ -21,7 +21,6 @@ #include <stdlib.h> #include <assert.h> #include <string.h> -#include <sdk/components/libraries/log/nrf_log.h> #include "sysinit/sysinit.h" #include "syscfg/syscfg.h" #include "os/os.h" 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 83730a4..2f6ce08 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,7 +20,6 @@ #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" diff --git a/src/libs/mynewt-nimble/porting/npl/freertos/src/npl_os_freertos.c b/src/libs/mynewt-nimble/porting/npl/freertos/src/npl_os_freertos.c index 2bbcc59..87936bd 100644 --- a/src/libs/mynewt-nimble/porting/npl/freertos/src/npl_os_freertos.c +++ b/src/libs/mynewt-nimble/porting/npl/freertos/src/npl_os_freertos.c @@ -20,7 +20,6 @@ #include <assert.h> #include <stddef.h> #include <string.h> -#include <sdk/components/libraries/log/nrf_log.h> #include "nimble/nimble_npl.h" static inline bool |
