Microbug / nRF51822

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Wed May 13 08:49:35 2015 +0100
Parent:
173:a0b18206029a
Child:
175:d0385f84ef92
Commit message:
Synchronized with git rev 69bfe8a5
Author: Rohit Grover
add missing include for GapScanningParams to nRF51Gap.h

Changed in this revision

nRF51Gap.h Show annotated file Show diff for this revision Revisions of this file
--- a/nRF51Gap.h	Wed May 13 08:49:35 2015 +0100
+++ b/nRF51Gap.h	Wed May 13 08:49:35 2015 +0100
@@ -23,6 +23,7 @@
 #include "GapAdvertisingParams.h"
 #include "GapAdvertisingData.h"
 #include "Gap.h"
+#include "GapScanningParams.h"
 
 #include "nrf_soc.h"
 #include "ble_radio_notification.h"