Update for latest nRF51822 code changes.

Dependencies:   BLE_API nRF51822

Fork of Puck by Nordic Pucks

Revision:
2:38614fd0fcce
Parent:
1:29b2cca0d529
--- a/Puck.hpp	Thu Jul 17 08:46:50 2014 +0000
+++ b/Puck.hpp	Thu Jul 17 08:48:07 2014 +0000
@@ -18,7 +18,7 @@
         /** The BLE Device 
           * @return ble device
           */
-        BLEDevice ble() { return _ble; }
+        BLEDevice getBle() { return _ble; }
         
         /** Initialize the BLE Device and start advertising
          */