mirror of https://github.com/ArduPilot/ardupilot
AP_Landing: Updates to log message units and help text
Correct UNKNOWN units on DSTL message fields
This commit is contained in:
parent
867f656033
commit
37879f89ae
|
@ -45,7 +45,7 @@ struct PACKED log_DSTL {
|
|||
|
||||
#define LOG_STRUCTURE_FROM_LANDING \
|
||||
{ LOG_DSTL_MSG, sizeof(log_DSTL), \
|
||||
"DSTL", "QBfLLeccfeffff", "TimeUS,Stg,THdg,Lat,Lng,Alt,XT,Travel,L1I,Loiter,Des,P,I,D", "s??DUm--------", "F??000--------" , true },
|
||||
"DSTL", "QBfLLeccfeffff", "TimeUS,Stg,THdg,Lat,Lng,Alt,XT,Travel,L1I,Loiter,Des,P,I,D", "s-hDUm--------", "F-0000--------" , true },
|
||||
#else
|
||||
#define LOG_STRUCTURE_FROM_LANDING
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue