summaryrefslogtreecommitdiff
path: root/table-fan/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-09-13 21:22:42 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-09-13 21:22:42 +0200
commitb40f4273fde9e8c8e6fb3d1ebcef1e8ced624415 (patch)
treee9c276d35ef815f6ed95d6642ae7442ddfc644fa /table-fan/Makefile
parentadd average for fan tacho (diff)
table-fan: basic functuinality is doneHEADmaster
Diffstat (limited to 'table-fan/Makefile')
-rw-r--r--table-fan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/table-fan/Makefile b/table-fan/Makefile
index 36e971a..bded127 100644
--- a/table-fan/Makefile
+++ b/table-fan/Makefile
@@ -22,7 +22,7 @@
NAME := table-fan
BOARD_TYPE := sparkfunProMicro
-OBJ := $(NAME).o fan.o
+OBJ := $(NAME).o fan.o rotary.o
LIBS := util led lufa-descriptor-usbserial usbio
EXTERNAL_LIBS := lufa
SPREADAVR_PATH := ../contrib/avr-utils