From ed359a58335c515ec38e6176acbf1a287a0151a6 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Tue, 14 Feb 2017 12:14:11 -0700 Subject: [PATCH] Dataflash: Add landing PID logging --- libraries/DataFlash/LogStructure.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/DataFlash/LogStructure.h b/libraries/DataFlash/LogStructure.h index cc6a936c48..a3672eb2df 100644 --- a/libraries/DataFlash/LogStructure.h +++ b/libraries/DataFlash/LogStructure.h @@ -941,6 +941,8 @@ Format characters in the format string for binary log messages "PIDA", "Qffffff", "TimeUS,Des,P,I,D,FF,AFF" }, \ { LOG_PIDS_MSG, sizeof(log_PID), \ "PIDS", "Qffffff", "TimeUS,Des,P,I,D,FF,AFF" }, \ + { LOG_PIDL_MSG, sizeof(log_PID), \ + "PIDL", "Qffffff", "TimeUS,Des,P,I,D,FF,AFF" }, \ { LOG_BAR2_MSG, sizeof(log_BARO), \ "BAR2", "QffcfIf", "TimeUS,Alt,Press,Temp,CRt,SMS,Offset" }, \ { LOG_BAR3_MSG, sizeof(log_BARO), \ @@ -1041,6 +1043,7 @@ enum LogMessages { LOG_PIDY_MSG, LOG_PIDA_MSG, LOG_PIDS_MSG, + LOG_PIDL_MSG, LOG_VIBE_MSG, LOG_IMUDT_MSG, LOG_IMUDT2_MSG,