• error c129: missing ';' before 'rs'
    #include<reg51.h> // LCD Pin Definitions // Sbit rs = P3^6; Sbit rw = P3^5; Sbit en = P3^4; #define dataport P2 ////////////////////// // PIR SENSOR INPUT // Sbit pir = P1^0; //////////////...
  • error C129 : missing ";" before ' 0 '
    error C129 : missing ";" before '0' anyone help me figure it out please it be much appreciated as per i am new to this thank you and have a nice dau to all ORG 0h Coma EQU 30H UNIT EQU 31h Dozens...
  • error C129 : missing ";" before xdata
    I'm converting some C code from Archimedies to Keil version 7.0 and I don't know why this error C129 is popping up. I thought is was because in Archimedies xdata came before uchar so I switched around...
  • main.c(11): error C129: missing ';' before 'void'
    void init_LCM(void) { write_inst(0x30); /*set function*/ write_inst(0x30); /*set function*/ write_inst(0x30); /*set function*/ write_inst(0x38); /*set 2 line*/ write_inst(0x08); /*off lcd*/ write_inst...
  • PORTABLE.H(103): error C129: missing ';' before '*'
    Hi everybody ! I just want to ask somethong... portSTACK_TYPE *pxPortInitialiseStack( portSTACK_TYPE *pxTopOfStack, pdTASK_CODE pxCode, void *pvParameters ); here the compiler says: PORTABLE...