X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=tinyboard.git;a=blobdiff_plain;f=projects%2Fstep-up%2FMakefile;fp=projects%2Fstep-up%2FMakefile;h=07bb15180295615c1e861df1f1c0a25d2d2113a6;hp=0e9b7284342ecac985eacf5c476a4d396b7a5603;hb=0174f645d64fbb6e1280c2bb225273f429dff187;hpb=678dd60ed95c50064bf8266f71ecf1b026dc3877 diff --git a/projects/step-up/Makefile b/projects/step-up/Makefile index 0e9b728..07bb151 100644 --- a/projects/step-up/Makefile +++ b/projects/step-up/Makefile @@ -1,7 +1,7 @@ PROGRAM=lights SRC=main.c logging.c pwm.c adc.c pwmled.c pattern.c buttons.c control.c \ - battery.c + battery.c wdt.c OBJ=$(SRC:.c=.o)