Hi, I suppose that... > #include <sys/thread.h> > > THREAD(NutMain, arg) > { > outp(0xff,DDRD); > while(1){ > outp(0x00,PORTD); > outp(0xff,DDRD); ->outp(0xFF,PORTD) > } > } -- Regards, Hideaki Shishido