Rev 2029 | Rev 2167 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2029 | Rev 2030 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | extern unsigned char PlatinenVersion; |
32 | extern unsigned char PlatinenVersion; |
33 | extern unsigned char FoundMotors,DisableRcOffBeeping; |
33 | extern unsigned char FoundMotors,DisableRcOffBeeping; |
34 | extern unsigned char JetiBeep; |
34 | extern unsigned char JetiBeep; |
35 | void LipoDetection(unsigned char print); |
35 | void LipoDetection(unsigned char print); |
36 | extern unsigned int FlugMinuten,FlugMinutenGesamt,FlugSekunden; |
36 | extern unsigned int FlugMinuten,FlugMinutenGesamt,FlugSekunden; |
- | 37 | extern void PrintLine(void); // "=================================" |
|
Line 37... | Line 38... | ||
37 | 38 | ||
Line 38... | Line 39... | ||
38 | #include <avr/pgmspace.h> |
39 | #include <avr/pgmspace.h> |