From 97e38c2cbb03a0c59e0871775caa5b83ed64e9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Caruso?= <niccolo.caruso@skywarder.eu> Date: Tue, 14 Jan 2025 13:39:38 +0100 Subject: [PATCH] [ARP] Follower Format --- src/shared/algorithms/Follower/Follower.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/algorithms/Follower/Follower.cpp b/src/shared/algorithms/Follower/Follower.cpp index 254f09ab2..b34ce5d0f 100644 --- a/src/shared/algorithms/Follower/Follower.cpp +++ b/src/shared/algorithms/Follower/Follower.cpp @@ -76,7 +76,7 @@ void Follower::setLastAntennaAttitude(const VN300Data& attitudeData) { Lock<FastMutex> lock(followerMutex); firstAntennaAttitudeSet = true; - lastAntennaAttitude = attitudeData; + lastAntennaAttitude = attitudeData; } VN300Data Follower::getLastAntennaAttitude() -- GitLab