Revised to disable BLE for radio communication as needed.

Dependencies:   BLE_API nRF51822 mbed-dev-bin

Dependents:   microbit

Revision:
7:a4042bbb7f8b
Parent:
1:8aa5cdb4ab67
diff -r 2e1c2e0d8c7a -r a4042bbb7f8b inc/core/MicroBitListener.h
--- a/inc/core/MicroBitListener.h	Thu Apr 07 23:39:31 2016 +0100
+++ b/inc/core/MicroBitListener.h	Thu Apr 07 23:39:33 2016 +0100
@@ -162,7 +162,8 @@
     this->cb_method = new MemberFunctionCallback(object, method);
 	this->cb_arg = NULL;
     this->flags = flags | MESSAGE_BUS_LISTENER_METHOD;
+    this->evt_queue = NULL;
 	this->next = NULL;
 }
 
-#endif
+#endif
\ No newline at end of file