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

Fix typo in comment

This commit is contained in:
Dominic Clifton 2015-04-22 23:19:42 +02:00
parent 24052eae2e
commit b2710b215e

View file

@ -175,7 +175,7 @@ void annexCode(void)
static uint8_t vbatTimer = 0;
static int32_t vbatCycleTime = 0;
// PITCH & ROLL only dynamic PID adjustemnt, depending on throttle value
// PITCH & ROLL only dynamic PID adjustment, depending on throttle value
if (rcData[THROTTLE] < currentControlRateProfile->tpa_breakpoint) {
prop2 = 100;
} else {