mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 00:40:34 +08:00
Merge pull request #166 from georgehines/matlab-log-import
add double support
This commit is contained in:
@@ -30,6 +30,7 @@ FORMAT_TO_STRUCT = {
|
||||
'i', {'int32', 1};
|
||||
'I', {'uint32', 1};
|
||||
'f', {'single', 1};
|
||||
'd', {'double', 1};
|
||||
'n', {'char4', 1};
|
||||
'N', {'char16', 1};
|
||||
'Z', {'char64', 1};
|
||||
|
||||
Reference in New Issue
Block a user