From f542e65fc89076a6ff2dee4d54197b8c66ba1770 Mon Sep 17 00:00:00 2001 From: Ilia-Loginov <152984007+Ilia-Loginov@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:24:21 +0000 Subject: [PATCH] Update test/mavsdk_tests/mavsdk_preparing.cpp --- test/mavsdk_tests/mavsdk_preparing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mavsdk_tests/mavsdk_preparing.cpp b/test/mavsdk_tests/mavsdk_preparing.cpp index 92a5ff00de02..f42d81ad2d66 100644 --- a/test/mavsdk_tests/mavsdk_preparing.cpp +++ b/test/mavsdk_tests/mavsdk_preparing.cpp @@ -120,7 +120,7 @@ int main(int argc, char **argv) if (command_set_param == command) { //TODO: For some reason when we set the new value it sometimes takes several attempts to change a parameter. //The reason is the bug of mavsdk lib. - //When we set one parameter many times, some time lib sends not the new but the previous value. + //When we set one parameter many times, sometimes the lib sends not the new but the previous value. int attempt = 1; const int max_attemp = 5; const auto param_name = "SYS_AUTOSTART";