Browse Source

DataFlash: added double to list of format strings

thanks to Dario <proyectoire@gmail.com> for noticing this
mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
ab687ab0f5
  1. 1
      libraries/DataFlash/DataFlash.h

1
libraries/DataFlash/DataFlash.h

@ -550,6 +550,7 @@ Format characters in the format string for binary log messages
i : int32_t i : int32_t
I : uint32_t I : uint32_t
f : float f : float
d : double
n : char[4] n : char[4]
N : char[16] N : char[16]
Z : char[64] Z : char[64]

Loading…
Cancel
Save