Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 736 → Rev 735

/C-OSD/trunk/main.c
254,7 → 254,7
 
// give the FC/NC and the maxim time to come up
LED4_ON
_delay_ms(1000);
_delay_ms(2000);
LED4_OFF
 
//Pushing NEW chars to the MAX7456
315,6 → 315,7
ppm_init();
 
// enable interrupts
 
sei();
#endif