初级会员

- 积分
- 82
- 金钱
- 82
- 注册时间
- 2015-4-5
- 在线时间
- 0 小时
|
5金钱
..\SYSTEM\sys\stm32f10x_type.h(23): error: #256: invalid redeclaration of type name "s32" (declared at line 487 of "..\USER\stm32f10x.h")
..\SYSTEM\sys\stm32f10x_type.h(27): error: #256: invalid redeclaration of type name "sc32" (declared at line 491 of "..\USER\stm32f10x.h")
..\SYSTEM\sys\stm32f10x_type.h(31): error: #256: invalid redeclaration of type name "vs32" (declared at line 495 of "..\USER\stm32f10x.h")
..\SYSTEM\sys\stm32f10x_type.h(35): error: #256: invalid redeclaration of type name "vsc32" (declared at line 499 of "..\USER\stm32f10x.h")
..\SYSTEM\sys\stm32f10x_type.h(39): error: #256: invalid redeclaration of type name "u32" (declared at line 503 of "..\USER\stm32f10x.h")
..\SYSTEM\sys\stm32f10x_type.h(43): error: #256: invalid redeclaration of type name "uc32" (declared at line 507 of "..\USER\stm32f10x.h")
..\SYSTEM\sys\stm32f10x_type.h(47): error: #256: invalid redeclaration of type name "vu32" (declared at line 511 of "..\USER\stm32f10x.h")
..\SYSTEM\sys\stm32f10x_type.h(51): error: #256: invalid redeclaration of type name "vuc32" (declared at line 515 of "..\USER\stm32f10x.h")
..\SYSTEM\sys\stm32f10x_type.h(57): error: #101: "RESET" has already been declared in the current scope
..\SYSTEM\sys\stm32f10x_type.h(57): error: #101: "SET" has already been declared in the current scope
..\SYSTEM\sys\stm32f10x_type.h(57): error: #256: invalid redeclaration of type name "FlagStatus" (declared at line 519 of "..\USER\stm32f10x.h")
..\SYSTEM\sys\stm32f10x_type.h(57): error: #256: invalid redeclaration of type name "ITStatus" (declared at line 519 of "..\USER\stm32f10x.h")
..\SYSTEM\sys\stm32f10x_type.h(59): error: #101: "DISABLE" has already been declared in the current scope
..\SYSTEM\sys\stm32f10x_type.h(59): error: #101: "ENABLE" has already been declared in the current scope
..\SYSTEM\sys\stm32f10x_type.h(59): error: #256: invalid redeclaration of type name "FunctionalState" (declared at line 521 of "..\USER\stm32f10x.h"这是怎么回事,解决不了呀 |
|