Skip to content

Commit

Permalink
Fix typo in SDL frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Jun 29, 2024
1 parent 561d757 commit 2015c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/sdl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ asic_rev_t gui_handle_reset(const boot_ver_t* boot_ver, asic_rev_t loaded_rev, a
if (python_rev >= 0) {
*python = python_rev;
}
return asic;
return asic_rev;
}

bool sdl_update_lcd(void *data) {
Expand Down

0 comments on commit 2015c66

Please sign in to comment.