mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 06:17:35 +08:00
logger.cpp fix style
This commit is contained in:
committed by
Lorenz Meier
parent
c57bc26d5b
commit
97bcea292e
@@ -535,6 +535,7 @@ void Logger::run()
|
||||
|
||||
if (_was_armed != armed && !_log_until_shutdown) {
|
||||
_was_armed = armed;
|
||||
|
||||
if (armed) {
|
||||
start_log();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user