Subversion Repositories FlightCtrl

Rev

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

Rev 2028 Rev 2030
Line 624... Line 624...
624
        {
624
        {
625
                if(Mixer.Motor[i][MIX_GAS] > 0) RequiredMotors++;
625
                if(Mixer.Motor[i][MIX_GAS] > 0) RequiredMotors++;
626
        }
626
        }
Line 627... Line 627...
627
 
627
 
628
        printf("\n\rMixer-Config: '%s' (%u Motors)",Mixer.Name, RequiredMotors);
628
        printf("\n\rMixer-Config: '%s' (%u Motors)",Mixer.Name, RequiredMotors);
-
 
629
 PrintLine();// ("\n\r===================================");
629
        printf("\n\r==============================");
630