summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/as3525/system-as3525.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c
index ba8aa43715..6cce5e5a50 100644
--- a/firmware/target/arm/as3525/system-as3525.c
+++ b/firmware/target/arm/as3525/system-as3525.c
@@ -393,9 +393,6 @@ void system_reboot(void)
393 393
394void system_exception_wait(void) 394void system_exception_wait(void)
395{ 395{
396 /* make sure backlight is on */
397 _backlight_on();
398 _backlight_pwm(1);
399 /* wait until button release (if a button is pressed) */ 396 /* wait until button release (if a button is pressed) */
400 while(button_read_device()); 397 while(button_read_device());
401 /* then wait until next button press */ 398 /* then wait until next button press */