Hiroh Satoh / keyboard Featured

Dependencies:   BLE_API mbed-dev nRF51822

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!