Skip to content

Commit

Permalink
fix isfshax build
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-hofmeier committed Apr 1, 2024
1 parent 4d319a9 commit 893cbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ u32 _main(void *base)
serial_send_u32(0x5D4D0001);
printf("Mounting SLC...\n");
irq_initialize();
isfs_init();
isfs_init(ISFSVOL_SLC);
serial_send_u32(0x5D4D0003);
isfshax_refresh();
serial_send_u32(0x5D4D0004);
Expand Down

0 comments on commit 893cbe3

Please sign in to comment.