Software can read HMC5883L
Fork of BLE_API by
Revision 846:770450b06efa, committed 2015-11-02
- Comitter:
- rgrover1
- Date:
- Mon Nov 02 09:09:05 2015 +0000
- Parent:
- 845:8998e971e75d
- Child:
- 847:5993ecaf826b
- Commit message:
- Synchronized with git rev a0335c2e
Author: Rohit Grover
add a missing include file
Changed in this revision
ble/BLEInstanceBase.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/BLEInstanceBase.h Mon Nov 02 09:09:05 2015 +0000 +++ b/ble/BLEInstanceBase.h Mon Nov 02 09:09:05 2015 +0000 @@ -18,6 +18,7 @@ #define __BLE_DEVICE_INSTANCE_BASE__ #include "Gap.h" +#include "ble/SecurityManager.h" /* forward declarations */ class GattServer;