mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
imx233: stop watchdog on exception
Change-Id: If11d90343d32d5889857e7ba30a99f60a87639f1
This commit is contained in:
parent
f890bd504f
commit
961498d58a
1 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,8 @@ void system_reboot(void)
|
||||||
|
|
||||||
void system_exception_wait(void)
|
void system_exception_wait(void)
|
||||||
{
|
{
|
||||||
|
/* stop hadrware watchdog, IRQs are stopped */
|
||||||
|
imx233_rtc_enable_watchdog(false);
|
||||||
/* make sure lcd and backlight are on */
|
/* make sure lcd and backlight are on */
|
||||||
lcd_update();
|
lcd_update();
|
||||||
_backlight_on();
|
_backlight_on();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue