ERROR[Pe020]:标识符"System_Station"未定义 N:\printed 电路板设计\SOCOM_IFF_multiple_Dismount_System\Control_Board\MSP430_Workspace_for_SOCOM_IFF_Control_Board\SOCOM_Control_Rev_2\SOCOM_IFF_Control_Board_Rev_2.c 3332
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
ERROR[Pe020]:标识符"System_Station"未定义 N:\printed 电路板设计\SOCOM_IFF_multiple_Dismount_System\Control_Board\MSP430_Workspace_for_SOCOM_IFF_Control_Board\SOCOM_Control_Rev_2\SOCOM_IFF_Control_Board_Rev_2.c 3332
我在 ISR 中有一个 typdef 枚举、并得到一个编译器错误、如上所示。 不确定原因。
"System_Extend_Hub_Enable"位于 ISR 中。
System_State = System_Extend_Hub_Enable;
typedef 枚举 {
System_Idle_State、
System_Initialize_State、
System_Wait_for_valid transmit 状态、
System_Search_Hubs_for_less than 1ms_Pulse、
System_Control_Board_valid_transmit 状态、
System_Control_Board_sing_State、
System_Control_Board_DONE_TUSESDing_State、
System_Extend_Hub_Enable
} System_State_e;
Ken