Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 735 → Rev 736

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