High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: ble/BLE.h
- Revision:
- 843:7d22b29f91bf
- Parent:
- 829:9072de50087b
- Child:
- 850:32ff6e392630
diff -r 4f7f7a4b0cb2 -r 7d22b29f91bf ble/BLE.h --- a/ble/BLE.h Mon Nov 02 09:09:04 2015 +0000 +++ b/ble/BLE.h Mon Nov 02 09:09:04 2015 +0000 @@ -23,7 +23,11 @@ #include "GattClient.h" #include "BLEInstanceBase.h" +#ifdef YOTTA_CFG_MBED_OS +#include "mbed-drivers/mbed_error.h" +#else #include "mbed_error.h" +#endif /** * The base class used to abstract away BLE capable radio transceivers or SOCs,