summaryrefslogtreecommitdiff
path: root/src/detherm/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-04-13 06:16:01 -0700
committerKeith Packard <keithp@keithp.com>2016-04-13 06:20:34 -0700
commitb8a19e83b7b1b8e2a1fcbdd58e41f9f974ae28ff (patch)
tree258a7c88d6ceaa3c8b06849f44d729a3b33d0f65 /src/detherm/Makefile
parentcfb91ec7ef6ef485d813af96a0f206bb7a2204dd (diff)
altos/detherm: Add servo driver
This just provides commands to test the servo with. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/detherm/Makefile')
-rw-r--r--src/detherm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/detherm/Makefile b/src/detherm/Makefile
index 35df6c96..6b0e0bf8 100644
--- a/src/detherm/Makefile
+++ b/src/detherm/Makefile
@@ -42,6 +42,7 @@ ALTOS_SRC = \
ao_ms5607.c \
ao_convert_pa.c \
ao_pwm.c \
+ ao_servo.c \
ao_task.c \
ao_config.c \
ao_cmd.c \