• syntax error near 'void'
    #include<reg51.h> #include<lcd.h> #include<uart.h> sbit lamp=P2^0; sbit motor=P2^1; //NOTES: //1: This code may be distributed and modified freely . //2: External Crystal of 11.0592 MHz...
  • Error 141 and 202
    im fairly new to uc programming and im trying to write a lcd interfacing program for at89c2051.the function here accepts two strings and is used to display it on lcd. Im getting an error 141 and 202...
  • Getting Error c141: Syntax Error near 'void'
    I am getting an error for void main() function.. Please help me. I am using AT89C51.
  • void
    plz respond how to made the program for 89c51 for sms based home appliance control & plz do explain every line
  • void *pdata is there any error
    void OS_TaskIdle (void *pdata) its a function from MicroC-OS and givingerror like : TEST.C(5): error C141: syntax error near ')'. ---the code follows-------- static void OS_TaskIdle (void *pdata)...