Subversion Repositories FlightCtrl

Rev

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

Rev 1834 Rev 1839
Line 392... Line 392...
392
                                   timer = SetDelay(20); // falls "timer += 20;" mal nicht geht
392
                                   timer = SetDelay(20); // falls "timer += 20;" mal nicht geht
393
                             }
393
                             }
394
                        }
394
                        }
395
           LED_Update();
395
           LED_Update();
396
           Capacity_Update();
396
           Capacity_Update();
397
           }
397
           } //else DebugOut.Analog[26]++;
398
          }
398
          }
399
     if(!SendSPI) { SPI_TransmitByte(); }
399
     if(!SendSPI) { SPI_TransmitByte(); }
400
    }
400
    }
401
 return (1);
401
 return (1);
402
}
402
}