新手上路
- 积分
- 47
- 金钱
- 47
- 注册时间
- 2016-9-10
- 在线时间
- 7 小时
|

楼主 |
发表于 2016-9-10 15:28:56
|
显示全部楼层
..\STM32F10X_FWLIB\src\stm32f10x_usart.c(878): warning: #223-D: function "assert_param" declared implicitly
assert_param(IS_USART_ALL_PERIPH(USARTx));
..\STM32F10X_FWLIB\src\stm32f10x_usart.c(926): warning: #223-D: function "assert_param" declared implicitly
assert_param(IS_USART_ALL_PERIPH(USARTx));
..\STM32F10X_FWLIB\src\stm32f10x_usart.c(961): warning: #223-D: function "assert_param" declared implicitly
assert_param(IS_USART_ALL_PERIPH(USARTx));
..\STM32F10X_FWLIB\src\stm32f10x_usart.c(1034): warning: #223-D: function "assert_param" declared implicitly
assert_param(IS_USART_ALL_PERIPH(USARTx));
..\STM32F10X_FWLIB\src\stm32f10x_usart.c: 27 warnings, 0 errors
compiling stm32f10x_wwdg.c...
..\STM32F10X_FWLIB\src\stm32f10x_wwdg.c(122): warning: #223-D: function "assert_param" declared implicitly
assert_param(IS_WWDG_PRESCALER(WWDG_Prescaler));
..\STM32F10X_FWLIB\src\stm32f10x_wwdg.c(142): warning: #223-D: function "assert_param" declared implicitly
assert_param(IS_WWDG_WINDOW_VALUE(WindowValue));
..\STM32F10X_FWLIB\src\stm32f10x_wwdg.c(173): warning: #223-D: function "assert_param" declared implicitly
assert_param(IS_WWDG_COUNTER(Counter));
..\STM32F10X_FWLIB\src\stm32f10x_wwdg.c(188): warning: #223-D: function "assert_param" declared implicitly
assert_param(IS_WWDG_COUNTER(Counter));
..\STM32F10X_FWLIB\src\stm32f10x_wwdg.c: 4 warnings, 0 errors
"..\OBJ\Template.axf" - 6 Error(s), 384 Warning(s).
Target not created |
|