Subversion Repositories FlightCtrl

Rev

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

Rev 455 Rev 461
Line 39... Line 39...
39
        PORTD |= (1<<PD2);
39
        PORTD |= (1<<PD2);
40
        }
40
        }
41
     else  
41
     else  
42
        PORTD &= ~(1<<PD2);
42
        PORTD &= ~(1<<PD2);
Line 43... Line 43...
43
 
43
 
44
        if(EE_Parameter.GlobalConfig & CFG_KOMPASS_AKTIV)
-
 
45
        {
-
 
46
                timer0_MM3();           // Kompass auslesen
-
 
47
        }
44
        if(EE_Parameter.GlobalConfig & CFG_KOMPASS_AKTIV) timer0_MM3();         // Kompass auslesen
Line 48... Line 45...
48
}
45
}
49
 
46