Hi,
I am trying to compile my code but I am ending up with ERROR: L6218E : Undefined symbol Bit (referred from main.o).
Where Bit is a struct that I am using to store boolean values. For eg:
In variable.h file
struct { unsigned bPowerONStatus : 1; …