1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Merge remote-tracking branch 'multiwii/master' into project-structure-alternative

Conflicts:
	src/mw.h
This commit is contained in:
Dominic Clifton 2014-04-18 19:45:30 +01:00
commit be6ce96e5d
4 changed files with 16 additions and 24 deletions

View file

@ -142,7 +142,7 @@ int main(void)
calibratingA = CALIBRATING_ACC_CYCLES;
calibratingG = CALIBRATING_GYRO_CYCLES;
calibratingB = CALIBRATING_BARO_CYCLES; // 10 seconds init_delay + 200 * 25 ms = 15 seconds before ground pressure settles
f.SMALL_ANGLES_25 = 1;
f.SMALL_ANGLE = 1;
// loopy
while (1) {