Subversion Repositories Projects

Rev

Rev 735 | Rev 738 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 735 Rev 736
Line 252... Line 252...
252
    MAX_RESET_LOW
252
    MAX_RESET_LOW
253
    MAX_RESET_HIGH
253
    MAX_RESET_HIGH
Line 254... Line 254...
254
 
254
 
255
    // give the FC/NC and the maxim time to come up
255
    // give the FC/NC and the maxim time to come up
256
    LED4_ON
256
    LED4_ON
257
    _delay_ms(2000);
257
    _delay_ms(1000);
Line 258... Line 258...
258
    LED4_OFF
258
    LED4_OFF
259
 
259
 
260
    //Pushing NEW chars to the MAX7456
260
    //Pushing NEW chars to the MAX7456
Line 313... Line 313...
313
 
313
 
314
        // PPM detection setup
314
        // PPM detection setup
Line 315... Line 315...
315
        ppm_init();
315
        ppm_init();
316
 
-
 
317
    // enable interrupts
316
 
318
 
317
    // enable interrupts
Line 319... Line 318...
319
    sei();
318
    sei();
320
#endif
319
#endif