diff --git a/ion/src/device/shared/drivers/power.cpp b/ion/src/device/shared/drivers/power.cpp index 58bb08da4..e72a96e13 100644 --- a/ion/src/device/shared/drivers/power.cpp +++ b/ion/src/device/shared/drivers/power.cpp @@ -122,7 +122,7 @@ void __attribute__((noinline)) internalFlashStandby() { Device::ExternalFlash::shutdown(); Device::Board::shutdownClocks(); Device::Power::enterLowPowerMode(); - Device::Reset::core(); + Device::Reset::coreWhilePlugged(); } void configWakeUp() {