aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/l1/Makefile
diff options
context:
space:
mode:
authorKarl Palsson2012-11-14 00:27:13 +0000
committerKarl Palsson2012-11-14 00:27:13 +0000
commit523943a3d205ec1d0121f9404548fd9cd4efd9f1 (patch)
treed89bd77cb5b7438a230f3ff7ba60ae4a029b2283 /lib/stm32/l1/Makefile
parentdf1808e2dca719a18067e8f4d9ef7b74fd7e84da (diff)
[l1] Add common timer code support.
This has only been tested functionally with basic timers, and basic operations. Advanced timer support has been #ifdefed to compile, but this probably needs more testing.
Diffstat (limited to 'lib/stm32/l1/Makefile')
-rw-r--r--lib/stm32/l1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/l1/Makefile b/lib/stm32/l1/Makefile
index cecc95c..a3c8856 100644
--- a/lib/stm32/l1/Makefile
+++ b/lib/stm32/l1/Makefile
@@ -31,7 +31,7 @@ ARFLAGS = rcs
OBJS = rcc.o gpio.o desig.o crc.o usart.o exti2.o
OBJS += flash.o gpio_common_all.o gpio_common_f24.o
OBJS += pwr_chipset.o # TODO, get pwr.o to fix f2/f4 first... pwr.o
-#OBJS += timer.o # WORK IN PROGRESS
+OBJS += timer.o
VPATH += ../../usb:../:../../cm3:../common