diff options
author | root <root@ka-ata-killa.ourano.james.local> | 2021-03-08 17:46:28 +0000 |
---|---|---|
committer | root <root@ka-ata-killa.ourano.james.local> | 2021-03-08 17:46:28 +0000 |
commit | 269f2a83fff7618567ebc06b89f89eb6043c8fda (patch) | |
tree | d7c2b1e7bd64ab381c957a894ba27f74aa73039e /app/main.c | |
parent | 70a5c9e1eeeb162049a6678d3f15b99628dcc327 (diff) | |
download | clock-269f2a83fff7618567ebc06b89f89eb6043c8fda.tar.gz clock-269f2a83fff7618567ebc06b89f89eb6043c8fda.tar.bz2 clock-269f2a83fff7618567ebc06b89f89eb6043c8fda.zip |
move display code of max7219, tidy makefile
Diffstat (limited to 'app/main.c')
-rw-r--r-- | app/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -316,7 +316,7 @@ system_init (void) ptp_clock_start(); max7219_init (1); - max7219_dispatch(); + display_dispatch(); gps_init(); ntp_init(); @@ -371,7 +371,7 @@ main (void) cmd_dispatch(); dispatch_lwip(); - max7219_dispatch(); + display_dispatch(); adc_dispatch(); pll_check(); |