summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lightctrl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lightctrl.c b/lightctrl.c
index cc9a686..6701a66 100644
--- a/lightctrl.c
+++ b/lightctrl.c
@@ -61,6 +61,9 @@ int main(void)
dim_init();
sei();
+
+ uart_puts("\ndelay...\n");
+ _delay_ms(1000);
uart_puts("\ninit done\n");
can_init();