From 93f2b1ad5bbfaa223ff4c03478690bf2378dfdbc Mon Sep 17 00:00:00 2001 From: Michael Aherne Date: Wed, 27 Feb 2013 13:21:21 -0800 Subject: Fixing some errors introduced with #107. Namely: - I never added rtc to the makefile, so it wasn't getting compiled - I missed 2 includes that are needed once it's actually compiling --- lib/stm32/f4/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/stm32/f4/Makefile') diff --git a/lib/stm32/f4/Makefile b/lib/stm32/f4/Makefile index 233619c..a6a87d6 100644 --- a/lib/stm32/f4/Makefile +++ b/lib/stm32/f4/Makefile @@ -41,6 +41,7 @@ OBJS = rcc.o gpio.o flash.o exti2.o pwr.o timer.o \ dac_common_all.o usart_common_all.o iwdg_common_all.o i2c_common_all.o \ crc_common_all.o \ rtc_common_bcd.o \ + rtc.o \ can.o VPATH += ../../usb:../:../../cm3:../common -- cgit v1.2.3