Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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,