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

Fork of nRF51822 by Nordic Semiconductor

Revision:
23:cdab28442479
Parent:
22:c6ee8136847e
Child:
24:3444ee6fd548
--- a/nRF51822n.h	Mon Jun 09 09:12:10 2014 +0100
+++ b/nRF51822n.h	Tue Jun 10 08:57:31 2014 +0100
@@ -48,6 +48,7 @@
     };
     virtual ble_error_t init(void);
     virtual ble_error_t reset(void);
+    virtual void        waitForEvent(void);
 };
 
 #endif