Hello everyone,
I am an inter. I am trying to to compile contiki on CCS but it doesnt work. I have already included all the path to the path otpions and I do not have problems with that. They all come from something else.
Please help me if you can.
this is a common error that I have:
#41 expected an identifier
with the following code:
ISR(TIMER1_A0, timera0)
{
ENERGEST_ON(ENERGEST_TYPE_IRQ);
watchdog_start();
rtimer_run_next();
if(process_nevents() > 0) {
LPM4_EXIT;
}
watchdog_stop();
ENERGEST_OFF(ENERGEST_TYPE_IRQ);
}
thx.