Subversion Repositories FlightCtrl

Rev

Rev 1099 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1099 Rev 1101
Line 72... Line 72...
72
        {
72
        {
73
         if(PlatinenVersion == 10) PORTD &= ~(1<<2);
73
         if(PlatinenVersion == 10) PORTD &= ~(1<<2);
74
         else                      PORTC &= ~(1<<7);
74
         else                      PORTC &= ~(1<<7);
75
        }
75
        }
Line 76... Line 76...
76
 
76
 
77
 if(EE_Parameter.GlobalConfig & CFG_KOMPASS_AKTIV) //Salvo 25.10.2008
77
// if(EE_Parameter.GlobalConfig & CFG_KOMPASS_AKTIV) //Salvo 30.12.2008
78
 {
78
 {
79
  if(PINC & 0x10)
79
  if(PINC & 0x10)
80
   {
80
   {
81
    cntKompass++;
81
    cntKompass++;