Revised to disable BLE for radio communication as needed.

Dependencies:   BLE_API nRF51822 mbed-dev-bin

Dependents:   microbit

Revision:
53:ee44932401cb
Parent:
49:88f03f3feff1
Child:
63:b4372a29994f
--- a/source/drivers/MicroBitPin.cpp	Wed Jul 13 12:18:31 2016 +0100
+++ b/source/drivers/MicroBitPin.cpp	Wed Jul 13 12:18:32 2016 +0100
@@ -444,7 +444,7 @@
 /**
   * Configures the pull of this pin.
   *
-  * @param pull one of the mbed pull configurations: PullUp, PullDown, PullNone, OpenDrain
+  * @param pull one of the mbed pull configurations: PullUp, PullDown, PullNone
   *
   * @return MICROBIT_NOT_SUPPORTED if the current pin configuration is anything other
   *         than a digital input, otherwise MICROBIT_OK.