Software can read HMC5883L

Dependents:   DOOR_BLE_PROGRAM

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

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;