Skip to content

Commit

Permalink
Remove accidental debug logging change.
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Sep 22, 2021
1 parent 36e8e63 commit 016e032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fw_update.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ int main(void)
console_init();
board_init();

printk("\n** FF Update Bootloader v%s for Gotek %08x\n", fw_ver, dbg->mcu_idcode);
printk("\n** FF Update Bootloader v%s for Gotek\n", fw_ver);
printk("** Keir Fraser <keir.xen@gmail.com>\n");
printk("** https://github.com/keirf/FlashFloppy\n\n");

Expand Down

0 comments on commit 016e032

Please sign in to comment.