From 7b4848824dcec8c5564bd2b11371f9c5f4a04376 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 23 Aug 2016 01:56:47 +0100 Subject: working --- app/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/main.c') diff --git a/app/main.c b/app/main.c index e225f26..4d84076 100644 --- a/app/main.c +++ b/app/main.c @@ -30,8 +30,10 @@ main (void) led_init (); usart_init (); + printf("Start of day\r\n"); + gpio_init (); - buzzer_init (); + ringer_init (); modem_init (); -- cgit v1.2.3