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.
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: btle/src/btle.cpp
- Revision:
- 40:bc6ea0d04238
- Parent:
- 31:46dff2d2dd4f
- Child:
- 41:95b8d531628c
--- a/btle/src/btle.cpp Tue Aug 26 06:53:47 2014 +0000 +++ b/btle/src/btle.cpp Wed Aug 27 06:45:31 2014 +0000 @@ -16,8 +16,8 @@ #include "btle.h" -#include "hw/Gap.h" -#include "hw/GapEvents.h" +#include "public/Gap.h" +#include "public/GapEvents.h" #include "BlueNRGGap.h" #include "BlueNRGGattServer.h" #include "Utils.h"
