Openwear requires RC oscillator to be used

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Fri Jun 06 14:13:32 2014 +0100
Parent:
20:b4f64efaaa2c
Child:
22:c6ee8136847e
Commit message:
white space changes to move away from 80-column rule

Changed in this revision

btle/custom/custom_helper.cpp Show annotated file Show diff for this revision Revisions of this file
nRF51GattServer.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/btle/custom/custom_helper.cpp	Thu Jun 05 11:38:33 2014 +0100
+++ b/btle/custom/custom_helper.cpp	Fri Jun 06 14:13:32 2014 +0100
@@ -40,8 +40,7 @@
  * @return               true if a match is found.
  */
 static bool
-lookupConvertedUUIDTable(const LongUUID_t  uuid,
-                         uint8_t          *recoveredType)
+lookupConvertedUUIDTable(const LongUUID_t uuid, uint8_t *recoveredType)
 {
     unsigned i;
     for (i = 0; i < uuidTableEntries; i++) {
--- a/nRF51GattServer.cpp	Thu Jun 05 11:38:33 2014 +0100
+++ b/nRF51GattServer.cpp	Fri Jun 06 14:13:32 2014 +0100
@@ -142,13 +142,9 @@
     @endcode
 */
 /**************************************************************************/
-ble_error_t nRF51GattServer::updateValue(uint16_t charHandle,
-                                         uint8_t  buffer[],
-                                         uint16_t len,
-                                         bool     localOnly)
+ble_error_t nRF51GattServer::updateValue(uint16_t charHandle, uint8_t buffer[], uint16_t len, bool localOnly)
 {
-    uint16_t gapConnectionHandle =
-        nRF51Gap::getInstance().getConnectionHandle();
+    uint16_t gapConnectionHandle = nRF51Gap::getInstance().getConnectionHandle();
 
     if (localOnly) {
         /* Only update locally regardless of notify/indicate */