Quote:
|
Originally Posted by rodgadashruba
well i tried that in user routines, in the default code funtion. the code compiles just fine but when i add int he comman
int testTest = PAN_SERVO ;
or
static int testTest = PAN_SERVO;
i get syntax errors
is there a way to access these varible outside of tracking.c?
|
Paste the whole file where you put this line of code.