Browse Source

Blimp: Remove commented-out guided mode log message

gps-1.3.1
Michelle Rossouw 3 years ago committed by Peter Barker
parent
commit
e8e26d0b7f
  1. 14
      Blimp/Log.cpp

14
Blimp/Log.cpp

@ -525,20 +525,6 @@ const struct LogStructure Blimp::log_structure[] = { @@ -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()

Loading…
Cancel
Save