Skip to content

Commit

Permalink
rework simulator flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Aug 1, 2024
1 parent 1cdf80a commit 53b44ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion droidboot_platforms
2 changes: 1 addition & 1 deletion dualboot_gui/dualboot_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static void disable_autoboot_func(lv_event_t * e)
no_autoboot = true;
}

void timeout_handler(lv_timer_t * timer)
void timeout_handler(lv_timer_t * timer2)
{
/*Use the user_data*/
if(timeout>0 && !no_autoboot){
Expand Down

0 comments on commit 53b44ca

Please sign in to comment.