DataFlash: added double to list of format strings

thanks to Dario <proyectoire@gmail.com> for noticing this
This commit is contained in:
Andrew Tridgell 2015-05-15 21:14:49 +10:00
parent 159599879f
commit ab687ab0f5
1 changed files with 1 additions and 0 deletions

View File

@ -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]