AP_Landing: Updates to log message units and help text

Correct UNKNOWN units on DSTL message fields
This commit is contained in:
Simon Hancock 2024-01-17 13:49:50 +00:00 committed by Andrew Tridgell
parent 867f656033
commit 37879f89ae
1 changed files with 1 additions and 1 deletions

View File

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