Merge pull request #9037 from naveenkaje/fix_ble_build_warning

BLE: Update toolchain.h with mbed_toolchain.h
pull/9073/head
Martin Kojtal 2018-12-12 14:46:17 +01:00 committed by GitHub
commit fa3212abee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)