Skip to content

Commit 561d9e8

Browse files
paul-szczepanek-armCruz Monrreal II
authored andcommitted
qualify cordio pal includes
1 parent 0c87ded commit 561d9e8

File tree

25 files changed

+31
-31
lines changed

25 files changed

+31
-31
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/sec/common/sec_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "hci_api.h"
3232
#include "util/calc128.h"
3333
#include "util/wstr.h"
34-
#include "pal_crypto.h"
34+
#include "stack/platform/include/pal_crypto.h"
3535

3636
/**************************************************************************************************
3737
Global Variables

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/sec/common/sec_main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define SEC_MAIN_H
2424

2525
#include "hci_api.h"
26-
#include "pal_crypto.h"
26+
#include "stack/platform/include/pal_crypto.h"
2727

2828
#ifdef __cplusplus
2929
extern "C" {

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_audio_amp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef PAL_AUDIO_AMP_H
2424
#define PAL_AUDIO_AMP_H
2525

26-
#include "pal_types.h"
26+
#include "stack/platform/include/pal_types.h"
2727

2828
#ifdef __cplusplus
2929
extern "C" {

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef PAL_BB_H
2424
#define PAL_BB_H
2525

26-
#include "pal_types.h"
26+
#include "stack/platform/include/pal_types.h"
2727

2828
#ifdef __cplusplus
2929
extern "C" {

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb_ble.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
#ifndef PAL_BB_BLE_H
2424
#define PAL_BB_BLE_H
2525

26-
#include "pal_bb.h"
27-
#include "pal_crypto.h"
28-
#include "pal_types.h"
26+
#include "stack/platform/include/pal_bb.h"
27+
#include "stack/platform/include/pal_crypto.h"
28+
#include "stack/platform/include/pal_types.h"
2929

3030
#ifdef __cplusplus
3131
extern "C" {

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_bb_ble_tester.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef PAL_BB_BLE_TESTER_H
2424
#define PAL_BB_BLE_TESTER_H
2525

26-
#include "pal_types.h"
26+
#include "stack/platform/include/pal_types.h"
2727

2828
/**************************************************************************************************
2929
Function Declarations

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_btn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef PAL_BTN_H
2424
#define PAL_BTN_H
2525

26-
#include "pal_types.h"
26+
#include "stack/platform/include/pal_types.h"
2727

2828
#ifdef __cplusplus
2929
extern "C" {

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef PAL_CFG_H
2424
#define PAL_CFG_H
2525

26-
#include "pal_types.h"
26+
#include "stack/platform/include/pal_types.h"
2727

2828
#ifdef __cplusplus
2929
extern "C" {

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_crypto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef PAL_CRYPTO_H
2424
#define PAL_CRYPTO_H
2525

26-
#include "pal_types.h"
26+
#include "stack/platform/include/pal_types.h"
2727

2828
#ifdef __cplusplus
2929
extern "C" {

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_io_exp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef PAL_IO_EXP_H
2424
#define PAL_IO_EXP_H
2525

26-
#include "pal_types.h"
26+
#include "stack/platform/include/pal_types.h"
2727

2828
#ifdef __cplusplus
2929
extern "C" {

0 commit comments

Comments
 (0)