mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Motor code refactor (Phase 1)
This commit is contained in:
parent
f4bb75180e
commit
542146c702
41 changed files with 1543 additions and 975 deletions
|
@ -274,7 +274,8 @@ const char rcChannelLetters[] = "AERT12345678abcdefgh";
|
|||
void parseRcChannels(const char *, rxConfig_t *){}
|
||||
void mixerLoadMix(int, motorMixer_t *) {}
|
||||
bool setModeColor(ledModeIndex_e, int, int) { return false; }
|
||||
float convertExternalToMotor(uint16_t ){ return 1.0; }
|
||||
float motorConvertFromExternal(uint16_t) { return 1.0; }
|
||||
void motorShutdown(void) { }
|
||||
uint8_t getCurrentPidProfileIndex(void){ return 1; }
|
||||
uint8_t getCurrentControlRateProfileIndex(void){ return 1; }
|
||||
void changeControlRateProfile(uint8_t) {}
|
||||
|
@ -328,7 +329,6 @@ void schedulerSetCalulateTaskStatistics(bool) {}
|
|||
void setArmingDisabled(armingDisableFlags_e) {}
|
||||
|
||||
void waitForSerialPortToFinishTransmitting(serialPort_t *) {}
|
||||
void stopPwmAllMotors(void) {}
|
||||
void systemResetToBootloader(void) {}
|
||||
void resetConfigs(void) {}
|
||||
void systemReset(void) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue