mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
23b25465bc
commit
c1ef30e851
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue