Skip to content

Commit 448c4d5

Browse files
Naveen KajeNaveen Kaje
authored andcommitted
BLE: Update toolchain.h with mbed_toolchain.h
Fixes the following warning [Warning] toolchain.h@24,0: #1215-D: #warning directive: toolchain.h has been replaced by mbed_toolchain.h, please update to mbed_toolchain.h [since mbed-os-5.3]
1 parent f50403a commit 448c4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/source/BLE.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#if !defined(YOTTA_CFG_MBED_OS)
3131
#include <mbed_error.h>
32-
#include <toolchain.h>
32+
#include <mbed_toolchain.h>
3333
#endif
3434

3535
#if defined(__GNUC__) && !defined(__CC_ARM)

0 commit comments

Comments
 (0)