Fix typo in comment

This commit is contained in:
Dominic Clifton 2015-04-22 23:19:42 +02:00
parent 24052eae2e
commit b2710b215e
1 changed files with 1 additions and 1 deletions

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 {