mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Update autotune so it now actually changes the pid values.
This commit also fixes a few missing const keywords after the map file was inspected.
This commit is contained in:
parent
2cf686b36b
commit
bc84f6d5d4
8 changed files with 105 additions and 59 deletions
|
@ -113,7 +113,7 @@ bool isSerialConfigValid(serialConfig_t *serialConfig);
|
|||
bool doesConfigurationUsePort(serialConfig_t *serialConfig, serialPortIdentifier_e portIdentifier);
|
||||
bool isSerialPortFunctionShared(serialPortFunction_e functionToUse, uint16_t functionMask);
|
||||
|
||||
serialPortFunctionList_t *getSerialPortFunctionList(void);
|
||||
const serialPortFunctionList_t *getSerialPortFunctionList(void);
|
||||
|
||||
void evaluateOtherData(uint8_t sr);
|
||||
void handleSerial(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue