mavsdk_tests: trigger flush to stdout every second

This commit is contained in:
Julian Oes 2021-12-22 16:50:21 +01:00 committed by Daniel Agar
parent 2d8ebc6839
commit 07d75d85cf
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ void AutopilotTester::report_speed_factor()
std::cout << " (set: " << speed_factor.value() << ')';
}
std::cout << '\n';
std::cout << std::endl;
}
}