Skip to content

Commit d256f09

Browse files
committed
Remove firmware startup delays.
1 parent c516c02 commit d256f09

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/fw_update.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ int main(void)
218218
console_init();
219219
console_crash_on_input();
220220
board_init();
221-
delay_ms(200); /* 5v settle */
222221

223222
printk("\n** Greaseweazle Update Bootloader v%u.%u\n", fw_major, fw_minor);
224223
printk("** Keir Fraser <keir.xen@gmail.com>\n");

src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ int main(void)
3535
console_init();
3636
console_crash_on_input();
3737
board_init();
38-
delay_ms(200); /* 5v settle */
3938

4039
printk("\n** Greaseweazle v%u.%u\n", fw_major, fw_minor);
4140
printk("** Keir Fraser <keir.xen@gmail.com>\n");

0 commit comments

Comments
 (0)