AP_Logger: Missing label change

This commit is contained in:
Leonard Hall 2019-07-26 00:43:34 +09:30 committed by Randy Mackay
parent 2b3ced752b
commit 4aa74c5c53

View File

@ -1225,7 +1225,7 @@ struct PACKED log_Arm_Disarm {
#define MAG_UNITS "sGGGGGGGGG-s"
#define MAG_MULTS "FCCCCCCCCC-F"
#define PID_LABELS "TimeUS,Des,Act,Err,P,I,D,FF"
#define PID_LABELS "TimeUS,Tar,Act,Err,P,I,D,FF"
#define PID_FMT "Qfffffff"
#define PID_UNITS "s-------"
#define PID_MULTS "F-------"