mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Minor cosmetic tidying
This commit is contained in:
parent
2b27016f51
commit
a2d1af04aa
7 changed files with 15 additions and 17 deletions
|
@ -45,7 +45,7 @@ acc_t acc; // acc access functions
|
|||
sensor_align_e accAlign = 0;
|
||||
uint32_t accTargetLooptime;
|
||||
|
||||
uint16_t calibratingA = 0; // the calibration is done is the main loop. Calibrating decreases at each cycle down to 0, then we enter in a normal mode.
|
||||
static uint16_t calibratingA = 0; // the calibration is done is the main loop. Calibrating decreases at each cycle down to 0, then we enter in a normal mode.
|
||||
|
||||
extern uint16_t InflightcalibratingA;
|
||||
extern bool AccInflightCalibrationArmed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue