Fix pre-commit fail
This commit is contained in:
parent
00f82f5c37
commit
6185d67d12
@ -184,7 +184,8 @@ class Config {
|
|||||||
|
|
||||||
// Gyro calibration and formula calculation data
|
// Gyro calibration and formula calculation data
|
||||||
RawGyroData _gyroCalibration = {0, 0, 0, 0, 0, 0};
|
RawGyroData _gyroCalibration = {0, 0, 0, 0, 0, 0};
|
||||||
RawFormulaData _formulaData = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1}};
|
RawFormulaData _formulaData = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||||
|
{1, 1, 1, 1, 1, 1, 1, 1, 1, 1}};
|
||||||
|
|
||||||
void formatFileSystem();
|
void formatFileSystem();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user