None

Dependencies:   nrf51-sdk

Dependents:   microbit-dal

Fork of nRF51822 by Lancaster University

Revision:
252:4b3f294415f5
Parent:
251:d4e0cf5e8751
Child:
253:f30c1233e9db
--- a/btle/btle_discovery.h	Fri Jun 19 15:55:22 2015 +0100
+++ b/btle/btle_discovery.h	Fri Jun 19 15:55:22 2015 +0100
@@ -34,7 +34,7 @@
         endHandle   = end;
     }
 
-    ShortUUIDBytes_t uuid;        /**< UUID of the service. */
+    ShortUUIDBytes_t uuid;        /**< UUID of the service.  */
     Gap::Handle_t    startHandle; /**< Service Handle Range. */
     Gap::Handle_t    endHandle;   /**< Service Handle Range. */
 };