Skip to content

Commit

Permalink
Initialize key_L to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
veikkos committed Feb 12, 2020
1 parent 03a59b1 commit 6b5df4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/ezkernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1588,6 +1588,7 @@ int main(void) {
u32 MENU_line=0;
u32 is_EMU=0;
u8 error_num;
u32 key_L=0;

gl_currentpage = 0x8002 ;//kernel mode

Expand Down Expand Up @@ -1765,7 +1766,7 @@ int main(void) {
shift =0;
page_mode=0;
updata=1;
u32 key_L=0;
key_L=0;
setRepeat(5,1);

if(page_num==SD_list)
Expand Down

0 comments on commit 6b5df4a

Please sign in to comment.