summaryrefslogtreecommitdiffstats
path: root/app/main.c
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.ourano.james.local>2021-03-20 18:48:43 +0000
committerroot <root@ka-ata-killa.ourano.james.local>2021-03-20 19:01:35 +0000
commitf211fe6461aae73f5ffdbe58961dbe3dd1309854 (patch)
treea4b698a5146f1ec2584f09db5b7f73f263d6bc4a /app/main.c
parent5b8f47a70a57765ba04a4d75dfa31a2f55f75029 (diff)
downloadclock-f211fe6461aae73f5ffdbe58961dbe3dd1309854.tar.gz
clock-f211fe6461aae73f5ffdbe58961dbe3dd1309854.tar.bz2
clock-f211fe6461aae73f5ffdbe58961dbe3dd1309854.zip
make the interval bisection work properly for events in the next hour, add an alarm output
Diffstat (limited to 'app/main.c')
-rw-r--r--app/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/main.c b/app/main.c
index e874aac..7c36f32 100644
--- a/app/main.c
+++ b/app/main.c
@@ -373,10 +373,12 @@ main (void)
display_dispatch();
adc_dispatch();
+ alarm_dispatch();
pll_check();
+
}
return 0;