Microbug / BLE_API

Fork of BLE_API by Bluetooth Low Energy

Revision:
28:f6022fb90701
Parent:
27:4a83843f04b0
diff -r 4a83843f04b0 -r f6022fb90701 hw/nRF51822.h
--- a/hw/nRF51822.h	Thu Jan 09 11:03:10 2014 +0000
+++ b/hw/nRF51822.h	Thu Jan 09 16:41:15 2014 +0000
@@ -32,7 +32,7 @@
 class nRF51822 : public BLERadio
 {
     public:
-        nRF51822();
+        nRF51822(PinName tx, PinName rx, PinName rts, PinName cts);
         virtual ~nRF51822(void);
 
         /* Functions that mus be implemented from BLERadio */