]> the.earth.li Git - temper-clone.git/blobdiff - Makefile
Poll temperature on a 10s basis
[temper-clone.git] / Makefile
index 2a0028f4a4f598250af2cd38f32b549abf38b031..db8e4a5cf2c3488c5220db10c97188ca12e09a27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CFLAGS = -Iusbdrv -Ilibs-device -I.
 AVRCC = avr-gcc -Wall -Os -DF_CPU=$(F_CPU) $(CFLAGS) -mmcu=$(DEVICE)
 
 OBJECTS = usbdrv/usbdrv.o usbdrv/usbdrvasm.o usbdrv/oddebug.o \
-       libs-device/osccalASM.o main.o w1.o
+       libs-device/osccalASM.o main.o timer.o w1.o
 
 all: main.hex