From c1ef30e8510af0bae96ec9801c666c47407f2706 Mon Sep 17 00:00:00 2001 From: Naveen Kaje Date: Mon, 10 Dec 2018 13:57:52 -0600 Subject: [PATCH] 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] --- features/FEATURE_BLE/source/BLE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/FEATURE_BLE/source/BLE.cpp b/features/FEATURE_BLE/source/BLE.cpp index 8a631bbb76..6e95af82c4 100644 --- a/features/FEATURE_BLE/source/BLE.cpp +++ b/features/FEATURE_BLE/source/BLE.cpp @@ -29,7 +29,7 @@ #if !defined(YOTTA_CFG_MBED_OS) #include -#include +#include #endif #if defined(__GNUC__) && !defined(__CC_ARM)