mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 15:20:35 +08:00
parameters: tinybson fill total document length for bson compatibility
This commit is contained in:
@@ -1436,6 +1436,8 @@ param_import_internal(int fd, bool mark_saved)
|
||||
|
||||
} while (result > 0);
|
||||
|
||||
PX4_INFO("BSON document size %d bytes, decoded %d bytes", decoder.total_document_size, decoder.total_decoded_size);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user