From 91216a5edc57431a94eebf7037bc72c5fe1a87dc Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 14 Sep 2005 09:08:26 +0000 Subject: The power thread now monitors the shutdown process and forces a poweroff if it takes more than 8 seconds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7517 a1c6a512-1295-4272-9138-f99709370657 --- apps/main_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/main_menu.c') diff --git a/apps/main_menu.c b/apps/main_menu.c index deaeb9b2ec..d8818a1115 100644 --- a/apps/main_menu.c +++ b/apps/main_menu.c @@ -299,7 +299,7 @@ bool info_menu(void) #ifdef HAVE_LCD_CHARCELLS static bool do_shutdown(void) { - sys_poweroff(false); + sys_poweroff(); return false; } #endif -- cgit v1.2.3