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 172:57c4a91ff825, committed 2015-05-13
- Comitter:
- rgrover1
- Date:
- Wed May 13 08:49:35 2015 +0100
- Parent:
- 171:6f80bdd27157
- Child:
- 173:a0b18206029a
- Commit message:
- Synchronized with git rev d154894d
Author: Rohit Grover
simplify the name used to include Gap.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 @@ -22,7 +22,7 @@ #include "ble.h" #include "GapAdvertisingParams.h" #include "GapAdvertisingData.h" -#include "public/Gap.h" +#include "Gap.h" #include "nrf_soc.h" #include "ble_radio_notification.h"
