Other Parts Discussed in Thread: TM4C123GH6PM, PCA9539,
Hi:
Please refer to the attach zip file.
If the following two lines are commented out in the program, it can be successfully compiled, but if not, it cannot be compiled successfully.
extern void VCU_Model_Chart_Init(B_Chart_VCU_Model_T *localB,DW_Chart_VCU_Model_T *localDW);
extern void VCU_Model_Chart(B_Chart_VCU_Model_T *localB, DW_Chart_VCU_Model_T *localDW);
The "B_Chart_VCU_Model_T" and "DW_Chart_VCU_Model_T" type are already defined in the program. Why does an error still occur?
thanks