j'ai ca mai la ti s'etein au bout de meme pas une seconde pk????
void _main(void)
{
deb:
OSFreeTimer(USER_TIMER);
short b=0;
OSRegisterTimer(USER_TIMER, 10*20);
while(!OSTimerExpired(USER_TIMER)==TRUE)
{
if (kbhit()) b=ngetchx();
if(b==13)
{
b=ngetchx();
if(b==264)
{
OSFreeTimer(USER_TIMER);
return;
}
}
off();
goto deb;
}
}