Skip to content

Commit fa3212a

Browse files
authored
Merge pull request #9037 from naveenkaje/fix_ble_build_warning
BLE: Update toolchain.h with mbed_toolchain.h
2 parents 7cd0126 + 448c4d5 commit fa3212a

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)