diff options
author | James McKenzie <root@ka-ata-killa.panaceas.james.local> | 2023-02-18 18:48:42 +0000 |
---|---|---|
committer | James McKenzie <root@ka-ata-killa.panaceas.james.local> | 2023-02-18 18:48:42 +0000 |
commit | 6bc7601e8f6c83c8def86aa7ae7cf06f51593771 (patch) | |
tree | 9518dad41956f815f8049301b5a3ff8c59131e2f /app/Makefile | |
parent | ae0195ab312388deb8466816375addc155eadad9 (diff) | |
download | clock-master.tar.gz clock-master.tar.bz2 clock-master.zip |
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile index 78f0d9b..9547a09 100644 --- a/app/Makefile +++ b/app/Makefile @@ -31,7 +31,7 @@ default: ${PROG}.elf CSRCS=led.c ticker.c ring.c usart.c stdio.c lwip_glue.c steth.c msf.c abs.c \ pll.c main.c time_fn.c ntp.c dcf77.c util.c stats.c gps.c hexdump.c bits.c \ max7219.c report.c sysclk.c cdcacm.c usb.c dfu.c adc.c dummy_kb.c ref.c \ - ptp.c display.c httpd.c alarm.c meteotime.c ephemeris.c + ptp.c display.c httpd.c alarm.c meteotime.c ephemeris.c fp.c HSRCS= events.h gps.h project.h ring.h steth.h time_fn.h ubx.h |