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