I'm programming in C. I'm getting the following error:
ctc E208: ["..\..\ECB\Include\ecb.h" 4/11] syntax error - token ";"
inserted before "u8_vTeethBeforeMissingTeeth1"
Here is what I have in the .h file:
#ifndef __ECB_H__
#define __ECB_H__
extern u8 u8_vTeethBeforeMissingTeeth1;
extern u8 u8_vTeethBeforeMissingTeeth2;
#endif /* __ECB_H__ */
Can anyone please tell me what am I missing in this section of code?