summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/system-as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/system-as3525.c')
-rw-r--r--firmware/target/arm/as3525/system-as3525.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c
index 5eae1a35b3..3ba56cf30a 100644
--- a/firmware/target/arm/as3525/system-as3525.c
+++ b/firmware/target/arm/as3525/system-as3525.c
@@ -392,6 +392,8 @@ void system_reboot(void)
392 392
393void system_exception_wait(void) 393void system_exception_wait(void)
394{ 394{
395 /* make sure lcd+backlight are on */
396 _backlight_panic_on();
395 /* wait until button release (if a button is pressed) */ 397 /* wait until button release (if a button is pressed) */
396 while(button_read_device()); 398 while(button_read_device());
397 /* then wait until next button press */ 399 /* then wait until next button press */