From e8e26d0b7f5c6754571bf2e499630880e4b594f7 Mon Sep 17 00:00:00 2001 From: Michelle Rossouw Date: Fri, 7 Jan 2022 15:47:00 +1100 Subject: [PATCH] Blimp: Remove commented-out guided mode log message --- Blimp/Log.cpp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Blimp/Log.cpp b/Blimp/Log.cpp index 13801750d9..0e21817e2a 100644 --- a/Blimp/Log.cpp +++ b/Blimp/Log.cpp @@ -525,20 +525,6 @@ const struct LogStructure Blimp::log_structure[] = { LOG_SYSIDS_MSG, sizeof(log_SysIdS), "SIDS", "QBfffffff", "TimeUS,Ax,Mag,FSt,FSp,TFin,TC,TR,TFout", "s--ssssss", "F--------" }, - - // // @LoggerMessage: GUID - // // @Description: Guided mode target information - // // @Field: TimeUS: Time since system startup - // // @Field: Type: Type of guided mode - // // @Field: pX: Target position, X-Axis - // // @Field: pY: Target position, Y-Axis - // // @Field: pZ: Target position, Z-Axis - // // @Field: vX: Target velocity, X-Axis - // // @Field: vY: Target velocity, Y-Axis - // // @Field: vZ: Target velocity, Z-Axis - - // { LOG_GUIDEDTARGET_MSG, sizeof(log_GuidedTarget), - // "GUID", "QBffffff", "TimeUS,Type,pX,pY,pZ,vX,vY,vZ", "s-mmmnnn", "F-BBBBBB" }, }; void Blimp::Log_Write_Vehicle_Startup_Messages()