Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Revision:
34:48d24b1d2fe6
Parent:
31:c3ce6ee5d300
Child:
35:7174913c9d67
--- 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;