From 2d198a7858eebd9cd6e91e1ab102bdbd4c75d06f Mon Sep 17 00:00:00 2001 From: Richard Weickelt Date: Fri, 9 Feb 2018 18:23:38 +0100 Subject: [PATCH] Enable proper standby and idle. Just one line, thats it. --- arch/platform/simplelink/platform.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/platform/simplelink/platform.c b/arch/platform/simplelink/platform.c index db6affa07..3647a6134 100644 --- a/arch/platform/simplelink/platform.c +++ b/arch/platform/simplelink/platform.c @@ -210,6 +210,8 @@ platform_idle() { /* Drop to some low power mode */ // lpm_drop(); + + Power_idleFunc(); } /*---------------------------------------------------------------------------*/ /**