aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDamien George2014-12-02 12:40:37 +0000
committerDamien George2014-12-02 12:40:37 +0000
commit57c70d6073b6cc1354a002edeba432399ce0ed7f (patch)
treebfda787d09c0143524c2b76e60c2208d6c496677 /stmhal/Makefile
parent578ea6d4a55937f830778baba8c6d6e3ada48014 (diff)
stmhal: Move RTC HAL init functions to rtc.c, where they belong.
So can remove unnecessary stm32f4xx_hal_msp.c file.
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index b1308dc7d..abf78ee8d 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -76,7 +76,6 @@ SRC_C = \
string0.c \
system_stm32f4xx.c \
stm32f4xx_it.c \
- stm32f4xx_hal_msp.c \
usbd_conf.c \
usbd_desc_cdc_msc.c \
usbd_cdc_interface.c \