mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Fix inclusion of mbed_error.h
parent
8b957f5018
commit
bcea06fb32
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue