mirror of https://github.com/ArduPilot/ardupilot
DataFlash: added double to list of format strings
thanks to Dario <proyectoire@gmail.com> for noticing this
This commit is contained in:
parent
159599879f
commit
ab687ab0f5
|
@ -550,6 +550,7 @@ Format characters in the format string for binary log messages
|
|||
i : int32_t
|
||||
I : uint32_t
|
||||
f : float
|
||||
d : double
|
||||
n : char[4]
|
||||
N : char[16]
|
||||
Z : char[64]
|
||||
|
|
Loading…
Reference in New Issue