Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed-dev nRF51822
Diff: main.cpp
- Revision:
- 50:c1382a0ff066
- Parent:
- 49:09ae6fb04a32
- Child:
- 58:64df960619ce
--- a/main.cpp Mon Aug 29 14:17:12 2016 +0000 +++ b/main.cpp Mon Aug 29 14:55:23 2016 +0000 @@ -105,10 +105,6 @@ NRF_POWER->RESET = 1; // Disable Internal DC/DC step down converter surely NRF_POWER->DCDCEN = 0; - // Enable 2.1V brown out detection for avoiding over discharge of NiMH - NRF_POWER->POFCON = - POWER_POFCON_POF_Enabled << POWER_POFCON_POF_Pos | - POWER_POFCON_THRESHOLD_V21 << POWER_POFCON_THRESHOLD_Pos; // mbed's Serial of TARGET_RBLAB_BLENANO sucks // DO NOT CONNECT RTS/CTS WITHOUT PRIOR CONSENT!