Skip to content

Commit

Permalink
BootROM version changed to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-tarassov committed Nov 12, 2023
1 parent 60bb26e commit 3dee5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootrom/bootrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ int main(void) {

for (;;) {
kputs("");
kprintf("RISC-V %d, Boot ROM V3.6\n", __riscv_xlen);
kprintf("RISC-V %d, Boot ROM V3.7\n", __riscv_xlen);
drv_status = STA_NOINIT;
errno = f_mount(&fatfs, "", 1);
if (errno) {
Expand Down

0 comments on commit 3dee5e0

Please sign in to comment.