We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c516c02 commit d256f09Copy full SHA for d256f09
2 files changed
src/fw_update.c
@@ -218,7 +218,6 @@ int main(void)
218
console_init();
219
console_crash_on_input();
220
board_init();
221
- delay_ms(200); /* 5v settle */
222
223
printk("\n** Greaseweazle Update Bootloader v%u.%u\n", fw_major, fw_minor);
224
printk("** Keir Fraser <keir.xen@gmail.com>\n");
src/main.c
@@ -35,7 +35,6 @@ int main(void)
35
36
37
38
39
40
printk("\n** Greaseweazle v%u.%u\n", fw_major, fw_minor);
41
0 commit comments