• undefine identifier
    <main> #include<reg51.h> #include<delay.h> #include<temp.h> //#include<code.h> #include<counter.h> #define unsigned long int pdata cont[256] void main() { int tmp; counter(); while(1) { tmp=P0;...
  • undefine identifier
    <main> #include<reg51.h> #include<delay.h> #include<temp.h> //#include<code.h> #include<counter.h> #define unsigned long int pdata cont[256] void main() { int tmp; counter(); while(1) { tmp=P0;...
  • error C202 undefined identifier
    Hi, I defined, Uint16 TCounts[10]; in globals.h and tried to use it in cc01drv.c where #include "globals.h" is there. but during build the error msg coming up is, "C202 undefined identifier...
  • Identifier "class" is undefined
    Hi everyone! I am using MDK-ARM Lite Edition / uVision V5.22.0.0 and i am developing for a STM32F446 microcontroller. I have a project consisting of *.c and *.h files that can be compiled without any...
  • syntax error ..undefined identifier
    Here is my source for my sensor interfacing. # include <reg52.h> # define mux P1_0 # define buzzer P1_1 # define temp P3_7 # define heart P3_6 # define saline P3_5 static unsigned long overflow_count...