BLE: Fix inclusion of mbed_error.h

pull/6188/head
Vincent Coubard 2018-02-19 17:04:54 +00:00
parent 8b957f5018
commit bcea06fb32
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#ifdef YOTTA_CFG_MBED_OS #ifdef YOTTA_CFG_MBED_OS
#include "mbed-drivers/mbed_error.h" #include "mbed-drivers/mbed_error.h"
#else #else
#include "mbed_error.h" #include "platform/mbed_error.h"
#endif #endif
#include "platform/mbed_toolchain.h" #include "platform/mbed_toolchain.h"