stm32f0: fix compilation of stdlib.

This commit is contained in:
Solomon Peachy 2016-07-12 21:40:53 -04:00
parent c3751beefb
commit 8682790c56
2 changed files with 2 additions and 1 deletions

View file

@ -106,6 +106,7 @@
/* Includes ------------------------------------------------------------------*/
#include "stm32f0xx_dac.h"
#include "stm32f0xx_rcc.h"
/** @addtogroup STM32F0xx_StdPeriph_Driver
* @{

View file

@ -19,7 +19,7 @@ STM32F0xx_OBJSR = stm32f0xx_adc.o stm32f0xx_cec.o stm32f0xx_comp.o \
stm32f0xx_misc.o stm32f0xx_pwr.o stm32f0xx_rcc.o \
stm32f0xx_rtc.o stm32f0xx_spi.o stm32f0xx_syscfg.o \
stm32f0xx_tim.o stm32f0xx_usart.o stm32f0xx_wwdg.o \
stm32f0xx_can.o stm32f00_crs.o
stm32f0xx_can.o stm32f0xx_crc.o
STM32F0xx_OBJS += $(addprefix $(LIBDIR)/STM32F0xx_StdPeriph_Driver/src/,$(STM32F0xx_OBJSR))