From ab687ab0f5d73a5ae91e5f43de65068887140ad8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 May 2015 21:14:49 +1000 Subject: [PATCH] DataFlash: added double to list of format strings thanks to Dario for noticing this --- libraries/DataFlash/DataFlash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/DataFlash/DataFlash.h b/libraries/DataFlash/DataFlash.h index d1f94ddc42..6de367222b 100644 --- a/libraries/DataFlash/DataFlash.h +++ b/libraries/DataFlash/DataFlash.h @@ -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]