• error unknown identifier syncdelay
    Even after including the header file for the syncdelay,i,e "fx2sdly.h" iam getting an error c202 unknown identifier syncdelay. what is the mistake . iam developing a fx2 firm ware. i went through the...
  • error unknown identifier syncdelay
    Even after including the header file for the syncdelay,i,e "fx2sdly.h" iam getting an error c202 unknown identifier syncdelay. what is the mistake . iam developing a fx2 firm ware. i went through the...
  • #if & #error giving C322 Error - enum not defined?
    Hi Here is the code I have problems with I an just starting to use this C compiler Have used many others, mainly closer to C99 #define Num_LANGUAGEs 6 enum _LANGUAGE { eUSING_LAN_START =...
  • #if & #error giving C322 Error - enum not defined?
    Hi Here is the code I have problems with I an just starting to use this C compiler Have used many others, mainly closer to C99 #define Num_LANGUAGEs 6 enum _LANGUAGE { eUSING_LAN_START =...
  • unknown warning
    u8 Key; u8 VarItem; switch (Key) { case Kb_0 : ... case Kb_1 : ... case Kb_2 : ... case Kb_3 : ... case Kb_4 : ... case Kb_5 : ... case Kb_6 : ... case Kb_7 : ... case Kb_8 : ... case Kb_9...