[Tinyos-help] Syntax error

Christophe Braillon Christophe.Braillon at inrialpes.fr
Mon Nov 12 08:07:26 PST 2007


Hi,

I have a problem compiling an application at this line:

components new Timer<TMilli> as Timer0;

I get the error "TestSwitchesAppC.nc:13: syntax error before `<'"

It works when I change the line to:

components new TimerMilliC() as Timer0;

Has anyone an idea?

Christophe


More information about the Tinyos-help mailing list