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 BLE_API by
Revision 141:bbc85b4fbdb7, committed 2014-11-21
- Comitter:
- rgrover1
- Date:
- Fri Nov 21 09:23:24 2014 +0000
- Parent:
- 140:407d134c179d
- Child:
- 142:42f038a81ea7
- Commit message:
- Synchronized with git rev a795389b
Author: Rohit Grover
remove un-necessary header files from Gap.h
Changed in this revision
| public/Gap.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/Gap.h Fri Nov 21 09:23:24 2014 +0000 +++ b/public/Gap.h Fri Nov 21 09:23:24 2014 +0000 @@ -17,8 +17,6 @@ #ifndef __GAP_H__ #define __GAP_H__ -#include "mbed.h" -#include "blecommon.h" #include "GapAdvertisingData.h" #include "GapAdvertisingParams.h" #include "GapEvents.h"
