From df5e3e5ff115af6c145d0d7ccd23631dffaeebd9 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 22 Jan 2013 22:27:38 +0000 Subject: [l1] PWR: fix style for common code Code added for L1 to support the PWR Control block didn't properly follow the HACKING_COMMON_DOC guidelines. The naming was wrong, and some headers were missing. This commit has no functional changes, it only addresses the style and structure problems. --- lib/stm32/l1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stm32/l1/Makefile') diff --git a/lib/stm32/l1/Makefile b/lib/stm32/l1/Makefile index 32c8fd3..c4e767f 100644 --- a/lib/stm32/l1/Makefile +++ b/lib/stm32/l1/Makefile @@ -31,7 +31,7 @@ ARFLAGS = rcs OBJS = rcc.o desig.o crc.o usart.o exti2.o flash.o timer.o OBJS += gpio_common_all.o gpio_common_f24.o spi_common_all.o crc_common_all.o OBJS += dac_common_all.o usart_common_all.o iwdg_common_all.o i2c_common_all.o -OBJS += pwr_chipset.o # TODO, get pwr.o to fix f2/f4 first... pwr.o +OBJS += pwr_common_all.o pwr.o VPATH += ../../usb:../:../../cm3:../common -- cgit v1.2.3