mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Cleanup variables that can be made static.
This commit is contained in:
parent
7b37bb8525
commit
be3a4c9944
4 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ extern bool AccInflightCalibrationMeasurementDone;
|
|||
extern bool AccInflightCalibrationSavetoEEProm;
|
||||
extern bool AccInflightCalibrationActive;
|
||||
|
||||
int16_flightDynamicsTrims_t *accelerationTrims;
|
||||
static int16_flightDynamicsTrims_t *accelerationTrims;
|
||||
|
||||
void accSetCalibrationCycles(uint16_t calibrationCyclesRequired)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue