Enable proper standby and idle. Just one line, thats it.

This commit is contained in:
Richard Weickelt 2018-02-09 18:23:38 +01:00 committed by Edvard Pettersen
parent 56721d13cf
commit 2d198a7858
1 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,8 @@ platform_idle()
{
/* Drop to some low power mode */
// lpm_drop();
Power_idleFunc();
}
/*---------------------------------------------------------------------------*/
/**