mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Renamed 'rxRuntimeConfig' to 'rxRuntimeState'.
This commit is contained in:
parent
564f3031b2
commit
0a0d3631a7
71 changed files with 463 additions and 463 deletions
|
@ -71,7 +71,7 @@ extern "C" {
|
|||
uint32_t targetPidLooptime;
|
||||
bool cmsInMenu = false;
|
||||
float axisPID_P[3], axisPID_I[3], axisPID_D[3], axisPIDSum[3];
|
||||
rxRuntimeConfig_t rxRuntimeConfig = {};
|
||||
rxRuntimeState_t rxRuntimeState = {};
|
||||
}
|
||||
|
||||
uint32_t simulationFeatureFlags = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue