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

Adding test for the downwards thrust direction logic added in

495c6b8f73.
This commit is contained in:
Dominic Clifton 2014-05-05 17:06:20 +01:00
parent f268c9c4f2
commit ddd322fb9f
11 changed files with 193 additions and 23 deletions

View file

@ -173,7 +173,7 @@ void annexCode(void)
static uint32_t LEDTime;
if ((int32_t)(currentTime - LEDTime) >= 0) {
LEDTime = currentTime + 50000;
ledringState(f.ARMED, angle[AI_PITCH], angle[AI_ROLL]);
ledringState(f.ARMED, angle.angles.pitchDeciDegrees, angle.angles.rollDeciDegrees);
}
}
#endif