summaryrefslogtreecommitdiffstats
path: root/stm32/app/Makefile
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.panaceas.james.local>2021-11-21 18:48:00 +0000
committerroot <root@ka-ata-killa.panaceas.james.local>2021-11-21 18:48:00 +0000
commit3028595801878f962bd362421ed3ec5af635ff45 (patch)
tree700d540ad6739884eecf3851939855ee211849b8 /stm32/app/Makefile
parent64f632692fe2a164830a363f8db158a8a2ae33de (diff)
downloadmetric_clock-3028595801878f962bd362421ed3ec5af635ff45.tar.gz
metric_clock-3028595801878f962bd362421ed3ec5af635ff45.tar.bz2
metric_clock-3028595801878f962bd362421ed3ec5af635ff45.zip
add blinken lights
Diffstat (limited to 'stm32/app/Makefile')
-rw-r--r--stm32/app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm32/app/Makefile b/stm32/app/Makefile
index 997011f..62a13cc 100644
--- a/stm32/app/Makefile
+++ b/stm32/app/Makefile
@@ -25,7 +25,7 @@ LDLIBS+=-lm
V=1
default: ${PROG}.elf
-CSRCS= main.c cdcacm.c dfu.c ring.c usart.c ticker.c dummy_kb.c usb.c rtc.c time_fn.c events.c hands.c motor.c
+CSRCS= main.c cdcacm.c dfu.c ring.c usart.c ticker.c dummy_kb.c usb.c rtc.c time_fn.c events.c hands.c motor.c leds.c
HSRCS = project.h