From 427322191984fa285836c17b67f7f7f17378d76e Mon Sep 17 00:00:00 2001 From: Ben Cooke Date: Fri, 19 Jul 2019 11:28:25 -0500 Subject: [PATCH] NRF52840: fix include path issues for cordio ll and gcc --- .../stack/controller/sources/ble/bb/bb_ble_reslist.c | 4 ++-- .../stack/controller/sources/ble/lctr/lctr_act_enc.c | 2 +- .../stack/controller/sources/ble/ll/ll_main_enc_slave.c | 2 +- .../TARGET_NRF5x/stack/sources/pal_bb_ble_rf.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/bb/bb_ble_reslist.c b/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/bb/bb_ble_reslist.c index 2a4933bd01..4da6eb99c4 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/bb/bb_ble_reslist.c +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/bb/bb_ble_reslist.c @@ -25,8 +25,8 @@ #include "bb_ble_api.h" #include "bb_ble_api_reslist.h" #include "bb_ble_api_pdufilt.h" -#include "pal_bb_ble.h" -#include "pal_crypto.h" +#include "stack/platform/include/pal_bb_ble.h" +#include "stack/platform/include/pal_crypto.h" #include "wsf_assert.h" #include "ll_math.h" #include "util/bda.h" diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/lctr/lctr_act_enc.c b/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/lctr/lctr_act_enc.c index dd06f1b4ea..8aabf6cf05 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/lctr/lctr_act_enc.c +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/lctr/lctr_act_enc.c @@ -27,7 +27,7 @@ #include "wsf_msg.h" #include "wsf_trace.h" #include "util/bstream.h" -#include "pal_crypto.h" +#include "stack/platform/include/pal_crypto.h" #include /*************************************************************************************************/ diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/ll/ll_main_enc_slave.c b/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/ll/ll_main_enc_slave.c index d47e843fb9..3f3c837a9d 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/ll/ll_main_enc_slave.c +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/ll/ll_main_enc_slave.c @@ -26,7 +26,7 @@ #include "ll_math.h" #include "wsf_msg.h" #include "wsf_trace.h" -#include "pal_crypto.h" +#include "stack/platform/include/pal_crypto.h" #include /*************************************************************************************************/ diff --git a/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources/pal_bb_ble_rf.c b/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources/pal_bb_ble_rf.c index a12adce13f..0dfc6f5907 100644 --- a/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources/pal_bb_ble_rf.c +++ b/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources/pal_bb_ble_rf.c @@ -21,7 +21,7 @@ */ /*************************************************************************************************/ -#include "pal_types.h" +#include "stack/platform/include/pal_types.h" /************************************************************************************************** Macros