mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -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++;
|
next_format_to_send++;
|
||||||
}
|
}
|
||||||
_fmt_done = true;
|
_fmt_done = true;
|
||||||
stage = ls_blockwriter_stage_parms;
|
stage = ls_blockwriter_stage_units;
|
||||||
FALLTHROUGH;
|
FALLTHROUGH;
|
||||||
|
|
||||||
case ls_blockwriter_stage_units:
|
case ls_blockwriter_stage_units:
|
||||||
|
Loading…
Reference in New Issue
Block a user