mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9037 from naveenkaje/fix_ble_build_warning
BLE: Update toolchain.h with mbed_toolchain.hpull/9073/head
commit
fa3212abee
|
@ -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