Skip to content

Commit

Permalink
Merge pull request #1 from aeickho/patch-1
Browse files Browse the repository at this point in the history
clean menu struct
  • Loading branch information
NicoVarg99 authored Aug 30, 2016
2 parents 5ee5258 + 36533c5 commit 543c64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applet/src/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ void create_menu_entry_datef_screen(void) {
create_menu_entry_hook( md380_menu_id + 3, wt_datef_american, create_menu_entry_datef_american_screen + 1, md380_menu_entry_back+1, 0x8b, 0 , 1);
#endif

for(i=0;i<2;i++) { // not yet known ;)
for(i=0;i<4;i++) { // not yet known ;)
uint8_t *p;
p = (uint8_t *)md380_menu_mem_base + ( md380_menu_id + i ) * 0x14;
p[0x10] = 0;
Expand Down

0 comments on commit 543c64b

Please sign in to comment.