From e35cf757c290ca025ca2991a75bd65115e269142 Mon Sep 17 00:00:00 2001 From: Supernovae <51359628+shubham-shahh@users.noreply.github.com> Date: Fri, 22 Oct 2021 14:31:25 +0530 Subject: [PATCH] AntennaTracker: NFC grammar fix-ups made some rectification for better readablity --- AntennaTracker/servos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AntennaTracker/servos.cpp b/AntennaTracker/servos.cpp index c25f817edb..014dcaee7c 100644 --- a/AntennaTracker/servos.cpp +++ b/AntennaTracker/servos.cpp @@ -166,7 +166,7 @@ void Tracker::update_yaw_position_servo() // (in fact, any alignment is permissible), and that the alignment may change (possibly rapidly) over time // (as when the antenna is mounted on a moving, turning vehicle) // - // With my antenna mount, large pwm output drives the antenna anticlockise, so need: + // With my antenna mount, large pwm output drives the antenna anticlockwise, so need: // param set RC1_REV -1 // to reverse the servo. Yours may be different //