summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/main.c b/app/main.c
index 1604357..f358f01 100644
--- a/app/main.c
+++ b/app/main.c
@@ -41,11 +41,14 @@ main (void)
printf ("Hello world\n");
led_set ();
+ tacho_init ();
+
+ delay_ms(100);
+
oled1_init ();
oled2_init ();
- tacho_init ();
font8x8_put_str (vram_1, "ABC fish soup!", 0, 0);