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
Revision 634:c351328ff134, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:57 2015 +0100
- Parent:
- 633:4f43349bbb85
- Child:
- 635:ac6647669ef7
- Commit message:
- Synchronized with git rev e0bb4b9a
Author: Rohit Grover
add missing includes to BLEDeviceInstanceBase.h
Changed in this revision
| common/BLEDeviceInstanceBase.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:56 2015 +0100 +++ b/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:57 2015 +0100 @@ -17,6 +17,9 @@ #ifndef __BLE_DEVICE_INSTANCE_BASE__ #define __BLE_DEVICE_INSTANCE_BASE__ +#include "Gap.h" +#include "GattServer.h" + /** * The interface for the transport object to be created by the target library's * createBLEDeviceInstance().
