allow sim to shutdown while 'charging'
Change-Id: I28a9312d1ce6bf68d8ee6fc2cca680047bfec810
This commit is contained in:
parent
68ed534f83
commit
8060c79775
1 changed files with 3 additions and 0 deletions
|
@ -611,6 +611,9 @@ Lyre prototype 1 */
|
||||||
/* keep this include after the target configs */
|
/* keep this include after the target configs */
|
||||||
#ifdef SIMULATOR
|
#ifdef SIMULATOR
|
||||||
#include "config/sim.h"
|
#include "config/sim.h"
|
||||||
|
#ifndef HAVE_POWEROFF_WHILE_CHARGING
|
||||||
|
#define HAVE_POWEROFF_WHILE_CHARGING
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_PLATFORM
|
#ifndef CONFIG_PLATFORM
|
||||||
|
|
Loading…
Reference in a new issue