Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.

Fork of BLE_API by Bluetooth Low Energy

Revision:
339:1a56af0b1d71
Parent:
332:1dc2f80b4710
--- 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;