Fix commas causing issues, fix some freeze cases

This commit is contained in:
Such Meme, Many Skill
2020-04-01 23:44:28 +02:00
parent 440a921980
commit 744f90611a
2 changed files with 19 additions and 4 deletions

View File

@@ -63,6 +63,9 @@ int gfx_errDisplay(char *src_func, int err, int loc){
gfx_printf("\nPress any button to return");
RESETCOLOR;
while (btn_read() != 0);
return btn_wait();
}