mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
AP_Logger: log units and multipliers correctly
This commit is contained in:
parent
2ec470aaee
commit
4e151197a8
@ -49,7 +49,7 @@ void LoggerMessageWriter_DFLogStart::process()
|
||||
next_format_to_send++;
|
||||
}
|
||||
_fmt_done = true;
|
||||
stage = ls_blockwriter_stage_parms;
|
||||
stage = ls_blockwriter_stage_units;
|
||||
FALLTHROUGH;
|
||||
|
||||
case ls_blockwriter_stage_units:
|
||||
|
Loading…
Reference in New Issue
Block a user