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 339:1a56af0b1d71, committed 2015-04-15
- Comitter:
- rgrover1
- Date:
- Wed Apr 15 09:05:11 2015 +0100
- Parent:
- 338:fd32ec0ebd98
- Child:
- 340:c7684a5bc2e1
- Commit message:
- Synchronized with git rev b85a558c
Author: Rohit Grover
include <string.h> in UUID.h (for memcmp)
Changed in this revision
| public/UUID.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/UUID.h Wed Apr 15 09:05:11 2015 +0100 +++ b/public/UUID.h Wed Apr 15 09:05:11 2015 +0100 @@ -17,6 +17,8 @@ #ifndef __UUID_H__ #define __UUID_H__ +#include <string.h> + #include "blecommon.h" const unsigned LENGTH_OF_LONG_UUID = 16;
