mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +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
|
@ -316,7 +316,7 @@ static void openAllMSPSerialPorts(serialConfig_t *serialConfig)
|
|||
} while (port);
|
||||
|
||||
// XXX this function might help with adding support for MSP on more than one port, if not delete it.
|
||||
serialPortFunctionList_t *serialPortFunctionList = getSerialPortFunctionList();
|
||||
const serialPortFunctionList_t *serialPortFunctionList = getSerialPortFunctionList();
|
||||
UNUSED(serialPortFunctionList);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue