BLE test
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/BlueNRGGattServer.h
- Revision:
- 131:e09947216ccb
- Parent:
- 130:770ce14d3d15
- Child:
- 144:bdf5e8432131
--- a/x-nucleo-idb0xa1/BlueNRGGattServer.h Tue Oct 06 14:25:08 2015 +0200 +++ b/x-nucleo-idb0xa1/BlueNRGGattServer.h Tue Oct 06 15:19:19 2015 +0200 @@ -37,9 +37,9 @@ #define __BLUENRG_GATT_SERVER_H__ #include "mbed.h" -#include "blecommon.h" +#include "ble/blecommon.h" #include "btle.h" -#include "GattService.h" +#include "ble/GattService.h" #include "ble/GattServer.h" #include <vector> #include <map>