From bd5d94ba6ccfc954dc6fefcf19ac96255042bcc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 19 Jun 2019 09:10:58 -0400 Subject: [PATCH] [ion] Discard old comment --- ion/src/device/shared/drivers/power.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ion/src/device/shared/drivers/power.cpp b/ion/src/device/shared/drivers/power.cpp index 9e8a7aa1a..05c82bf3b 100644 --- a/ion/src/device/shared/drivers/power.cpp +++ b/ion/src/device/shared/drivers/power.cpp @@ -132,7 +132,6 @@ void configWakeUp() { } void stopConfiguration() { - // This is done differently on the models PWR.CR()->setMRUDS(true); // Main regulator in Low Voltage and Flash memory in Deep Sleep mode when the device is in Stop mode PWR.CR()->setLPUDS(true); // Low-power regulator in under-drive mode if LPDS bit is set and Flash memory in power-down when the device is in Stop under-drive mode PWR.CR()->setLPDS(true); // Low-power Voltage regulator on. Takes longer to wake up.