From e7cf07dfb74d9d2b22f48505df1a23f79979decc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 3 Jan 2014 11:58:41 +1100 Subject: [PATCH] DataFlash: added Columns column to FMT --- libraries/DataFlash/DataFlash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/DataFlash/DataFlash.h b/libraries/DataFlash/DataFlash.h index ab4baab861..351ea1d429 100644 --- a/libraries/DataFlash/DataFlash.h +++ b/libraries/DataFlash/DataFlash.h @@ -222,7 +222,7 @@ struct PACKED log_POWR { #define LOG_COMMON_STRUCTURES \ { LOG_FORMAT_MSG, sizeof(log_Format), \ - "FMT", "BBnNZ", "Type,Length,Name,Format" }, \ + "FMT", "BBnNZ", "Type,Length,Name,Format,Columns" }, \ { LOG_PARAMETER_MSG, sizeof(log_Parameter), \ "PARM", "Nf", "Name,Value" }, \ { LOG_GPS_MSG, sizeof(log_GPS), \