Skip to content

Commit 134cb88

Browse files
committed
BLE: Move cordio_stack out of TARGET_CORDIO
1 parent 94cf390 commit 134cb88

File tree

203 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+2
-2
lines changed

connectivity/FEATURE_BLE/libraries/TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
#include "mbed.h"
18-
#include "stack/platform/include/pal_types.h"
19-
#include "stack/platform/include/pal_uart.h"
18+
#include "cordio_stack/platform/include/pal_types.h"
19+
#include "cordio_stack/platform/include/pal_uart.h"
2020
#include "hal/ticker_api.h"
2121
#include "mbed_critical.h"
2222
#include "pal_codec.h"

0 commit comments

Comments
 (0)