aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDamien George2014-04-02 15:09:36 +0100
committerDamien George2014-04-02 15:09:36 +0100
commita12be917a4644305e7813b3f4b11880aba3632ca (patch)
treed1c5cacae61e38673d034bbdc55b0a534c9fc62a /stmhal/Makefile
parent69dee59ce44685d34662870fff439d7249cace36 (diff)
stmhal: Add timer module; move servo PWM from TIM2 to TIM5.
As per issue #257, servo is better on TIM5 because TIM2 is connected to more GPIO.
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 0f3fe46cf..fff966934 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -61,6 +61,7 @@ SRC_C = \
usbd_msc_storage.c \
pendsv.c \
systick.c \
+ timer.c \
led.c \
pin.c \
pin_map.c \
@@ -98,7 +99,6 @@ SRC_C = \
adc.c \
i2c.c \
-# timer.c \
# pybwlan.c \
SRC_S = \