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]
pull/9208/head
Naveen Kaje 2018-12-10 13:57:52 -06:00 committed by Cruz Monrreal II
parent 23b25465bc
commit c1ef30e851
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#if !defined(YOTTA_CFG_MBED_OS)
#include <mbed_error.h>
#include <toolchain.h>
#include <mbed_toolchain.h>
#endif
#if defined(__GNUC__) && !defined(__CC_ARM)