microbit-dal: ammended accidental change to default TX_POWER

This commit is contained in:
James Devine 2016-02-26 17:22:39 +00:00
parent 27ffb0b91c
commit 9af7a4fadf

View file

@ -204,7 +204,7 @@
// Based on trials undertaken by the BBC, the radio is normally set to its lowest power level
// to best protect children's privacy.
#ifndef MICROBIT_BLE_DEFAULT_TX_POWER
#define MICROBIT_BLE_DEFAULT_TX_POWER 6
#define MICROBIT_BLE_DEFAULT_TX_POWER 0
#endif
// Enable/Disable BLE Service: MicroBitDFU