Skip to content

Commit

Permalink
Remove firmware startup delays.
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Oct 30, 2019
1 parent c516c02 commit d256f09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/fw_update.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ int main(void)
console_init();
console_crash_on_input();
board_init();
delay_ms(200); /* 5v settle */

printk("\n** Greaseweazle Update Bootloader v%u.%u\n", fw_major, fw_minor);
printk("** Keir Fraser <[email protected]>\n");
Expand Down
1 change: 0 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ int main(void)
console_init();
console_crash_on_input();
board_init();
delay_ms(200); /* 5v settle */

printk("\n** Greaseweazle v%u.%u\n", fw_major, fw_minor);
printk("** Keir Fraser <[email protected]>\n");
Expand Down

0 comments on commit d256f09

Please sign in to comment.