High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

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;