forked from Archive/PX4-Autopilot
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…
Reference in New Issue