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 nRF51822 by
Revision 174:555dc8af9269, committed 2015-05-13
- 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"
