mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Merge pull request #166 from georgehines/matlab-log-import
add double support
This commit is contained in:
commit
0cc0008927
@ -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};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user