• Error C129
    C:\KEIL\C51\INC\REG51.H(13): error C129: missing ';' before 'sfr' Just wondering any ideas about this error. Can't find any missing ';'
  • Error C129
    C:\KEIL\C51\INC\REG51.H(13): error C129: missing ';' before 'sfr' Just wondering any ideas about this error. Can't find any missing ';'
  • error code C129
    I have a working C program that runs correctly while i was using Keil Microvision2. I have switched the same program to Keil Microvision5 and i get the following error. ..\..\..\SOC501 Keil Software...
  • error code C129
    I have a working C program that runs correctly while i was using Keil Microvision2. I have switched the same program to Keil Microvision5 and i get the following error. ..\..\..\SOC501 Keil Software...
  • 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; //////////////...