Blimp: Remove commented-out guided mode log message

This commit is contained in:
Michelle Rossouw 2022-01-07 15:47:00 +11:00 committed by Peter Barker
parent 62df8facd9
commit e8e26d0b7f
1 changed files with 0 additions and 14 deletions

View File

@ -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()