summaryrefslogtreecommitdiff
path: root/bootloader/ondavx747.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ondavx747.c')
-rw-r--r--bootloader/ondavx747.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootloader/ondavx747.c b/bootloader/ondavx747.c
index 20f47d5224..994f45d78d 100644
--- a/bootloader/ondavx747.c
+++ b/bootloader/ondavx747.c
@@ -243,12 +243,12 @@ redraw:
243 goto redraw; 243 goto redraw;
244 } 244 }
245 else if(button & BUTTON_POWER) 245 else if(button & BUTTON_POWER)
246 { 246 {
247 if(poweroff_repeat++ > 8) 247 if(poweroff_repeat++ > 8)
248 power_off(); 248 power_off();
249 } 249 }
250 else 250 else
251 poweroff_repeat = 0; 251 poweroff_repeat = 0;
252 } 252 }
253} 253}
254 254