disabled BLE to use radio

Dependencies:   BLE_API nRF51822 mbed-dev-bin

Revision:
3:d86a4ddc1867
Parent:
1:8aa5cdb4ab67
--- a/inc/bluetooth/MicroBitBLEManager.h	Thu Apr 07 00:55:10 2016 +0000
+++ b/inc/bluetooth/MicroBitBLEManager.h	Thu Apr 07 11:59:16 2016 +0100
@@ -75,7 +75,7 @@
 
 struct BLESysAttribute
 {
-    uint8_t         sys_attr[8] = { 0 };
+    uint8_t         sys_attr[8];
 };
 
 struct BLESysAttributeStore
@@ -212,4 +212,4 @@
 
 };
 
-#endif
+#endif
\ No newline at end of file