summaryrefslogtreecommitdiff
path: root/pcr-controller/Makefile
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2013-10-11 02:15:37 +0000
committerBernhard Tittelbach <xro@realraum.at>2013-10-11 02:15:37 +0000
commitd40c94d7700b08733102c3ec97e8d00ee489bb41 (patch)
tree5f1b3b5504d4289ac11f34fc8ead554715b7d098 /pcr-controller/Makefile
parentOpenPCR-controller (diff)
now with PID control
git-svn-id: https://svn.spreadspace.org/avr/trunk@239 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'pcr-controller/Makefile')
-rw-r--r--pcr-controller/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr-controller/Makefile b/pcr-controller/Makefile
index 7a8217f..78400f6 100644
--- a/pcr-controller/Makefile
+++ b/pcr-controller/Makefile
@@ -22,7 +22,7 @@
NAME := pcr-controller
BOARD_TYPE := teensy2
-OBJ := $(NAME).o pwm.o
+OBJ := $(NAME).o pwm.o pid_control.o
LIBS := util led lufa-descriptor-usbserial anyio onewire ds1820
EXTERNAL_LIBS := lufa
RESET_FUNC := ../tools/reset_lufa_cdc