From b2710b215ee8411f37a9c6fc46d3c6846a8e27de Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Wed, 22 Apr 2015 23:19:42 +0200 Subject: [PATCH] Fix typo in comment --- src/main/mw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/mw.c b/src/main/mw.c index 5e9bd0763..2f4bf2a35 100644 --- a/src/main/mw.c +++ b/src/main/mw.c @@ -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 {