Subversion Repositories FlightCtrl

Rev

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

Rev 2416 Rev 2418
Line 60... Line 60...
60
pVoidFnct_pVoidFnctChar_const_fmt _printf_P;
60
pVoidFnct_pVoidFnctChar_const_fmt _printf_P;
61
unsigned char FoundMotors = 0;
61
unsigned char FoundMotors = 0;
62
unsigned char JetiBeep = 0; // to allow any Morse-Beeping of the Jeti-Box
62
unsigned char JetiBeep = 0; // to allow any Morse-Beeping of the Jeti-Box
63
unsigned char ActiveParamSet = 3;
63
unsigned char ActiveParamSet = 3;
64
unsigned char LipoCells = 4;
64
unsigned char LipoCells = 4;
-
 
65
unsigned char RedundanceBlOperation = 0;
Line 65... Line 66...
65
 
66
 
66
void PrintLine(void)
67
void PrintLine(void)
67
{
68
{
68
 printf("\n\r===================================");
69
 printf("\n\r===================================");
Line 249... Line 250...
249
                SucheLuftruckOffset();
250
                SucheLuftruckOffset();
250
                while (!CheckDelay(timer));
251
                while (!CheckDelay(timer));
251
                printf("OK\n\r");
252
                printf("OK\n\r");
252
        }
253
        }
Line -... Line 254...
-
 
254
 
-
 
255
#ifdef REDUNDANT_FC
-
 
256
VersionInfo.HardwareError[0] = 0;
-
 
257
VersionInfo.HardwareError[1] = 0;
-
 
258
#endif
253
 
259
 
Line 254... Line 260...
254
        SetNeutral(0);
260
        SetNeutral(0);
Line 255... Line 261...
255
 
261