Subversion Repositories FlightCtrl

Rev

Rev 1506 | Rev 1512 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1506 Rev 1510
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
    OwnConsumptionCurrent = 2 * RequiredMotors + STATIC_CURRENT;
-
 
Line 235... Line 234...
235
 
234
 
236
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
235
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
237
// + Check connected BL-Ctrls
236
// + Check connected BL-Ctrls
238
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
237
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++