Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
Diff: nRF51GattServer.cpp
- Revision:
- 34:48d24b1d2fe6
- Parent:
- 31:c3ce6ee5d300
- Child:
- 35:7174913c9d67
diff -r 8efbbf54b66f -r 48d24b1d2fe6 nRF51GattServer.cpp
--- a/nRF51GattServer.cpp	Thu Jun 26 14:58:41 2014 +0100
+++ b/nRF51GattServer.cpp	Fri Jun 27 13:53:59 2014 +0100
@@ -234,8 +234,7 @@
                 }
             }
 
-            /* 2.) Changes to the characteristic value will be handled with other
-             * events below */
+            /* 2.) Changes to the characteristic value will be handled with other events below */
             event = GattServerEvents::GATT_EVENT_DATA_WRITTEN;
             break;
 
    