Ver Fonte

Remove firmware startup delays.

Keir Fraser há 5 anos atrás
pai
commit
d256f0948f
2 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 1
      src/fw_update.c
  2. 0 1
      src/main.c

+ 0 - 1
src/fw_update.c

@@ -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 <keir.xen@gmail.com>\n");

+ 0 - 1
src/main.c

@@ -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 <keir.xen@gmail.com>\n");