Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822

Dependencies:   nrf51-sdk

Dependents:   microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more

Revision:
156:8e97c41fd7ab
Parent:
155:8f2079052f77
Child:
356:55ede9fd5279
--- a/btle/custom/custom_helper.h	Fri May 08 15:33:58 2015 +0100
+++ b/btle/custom/custom_helper.h	Fri May 08 15:33:58 2015 +0100
@@ -34,7 +34,7 @@
 error_t custom_add_in_characteristic(uint16_t                  service_handle,
                                      ble_uuid_t               *p_uuid,
                                      uint8_t                   properties,
-                                     Gap::SecurityMode_t requiredSecurity,
+                                     Gap::SecurityMode_t       requiredSecurity,
                                      uint8_t                  *p_data,
                                      uint16_t                  min_length,
                                      uint16_t                  max_length,