summaryrefslogtreecommitdiffstats
path: root/app/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.c')
-rw-r--r--app/main.c4
1 files changed, 3 insertions, 1 deletions
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 ();