stm32f0: fix compilation of stdlib.
This commit is contained in:
parent
c3751beefb
commit
8682790c56
|
@ -106,6 +106,7 @@
|
|||
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include "stm32f0xx_dac.h"
|
||||
#include "stm32f0xx_rcc.h"
|
||||
|
||||
/** @addtogroup STM32F0xx_StdPeriph_Driver
|
||||
* @{
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue