Subversion Repositories FlightCtrl

Rev

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

Rev 1501 Rev 1506
Line 229... Line 229...
229
         Mixer.Revision = MIXER_REVISION;
229
         Mixer.Revision = MIXER_REVISION;
230
     memcpy(Mixer.Name, "Quadro\0", 11);
230
     memcpy(Mixer.Name, "Quadro\0", 11);
231
     eeprom_write_block(&Mixer, &EEPromArray[EEPROM_ADR_MIXER_TABLE], sizeof(Mixer));
231
     eeprom_write_block(&Mixer, &EEPromArray[EEPROM_ADR_MIXER_TABLE], sizeof(Mixer));
232
    }
232
    }
233
    printf("\n\rMixer-Config: '%s' (%u Motors)",Mixer.Name,RequiredMotors);
233
    printf("\n\rMixer-Config: '%s' (%u Motors)",Mixer.Name,RequiredMotors);
234
 
-
 
235
 
-
 
-
 
234
    OwnConsumptionCurrent = 2 * RequiredMotors + STATIC_CURRENT;
Line 236... Line 235...
236
 
235
 
237
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
236
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
238
// + Check connected BL-Ctrls
237
// + Check connected BL-Ctrls
239
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
238
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++