Skip to content

Commit 53b44ca

Browse files
committed
rework simulator flow
1 parent 1cdf80a commit 53b44ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

droidboot_platforms

dualboot_gui/dualboot_menu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static void disable_autoboot_func(lv_event_t * e)
6767
no_autoboot = true;
6868
}
6969

70-
void timeout_handler(lv_timer_t * timer)
70+
void timeout_handler(lv_timer_t * timer2)
7171
{
7272
/*Use the user_data*/
7373
if(timeout>0 && !no_autoboot){

0 commit comments

Comments
 (0)