mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Extended configuration status to accommodate custom defaults.
This commit is contained in:
parent
227f6f76a2
commit
1c8cfbd241
8 changed files with 85 additions and 69 deletions
|
@ -331,8 +331,9 @@ void setArmingDisabled(armingDisableFlags_e) {}
|
|||
|
||||
void waitForSerialPortToFinishTransmitting(serialPort_t *) {}
|
||||
void systemResetToBootloader(void) {}
|
||||
void resetConfigs(void) {}
|
||||
void resetConfig(void) {}
|
||||
void systemReset(void) {}
|
||||
void writeUnmodifiedConfigToEEPROM(void) {}
|
||||
|
||||
void changePidProfile(uint8_t) {}
|
||||
bool serialIsPortAvailable(serialPortIdentifier_e) { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue