DataFlash: Fix GPS units

This commit is contained in:
Michael du Breuil 2018-06-14 12:18:20 -07:00 committed by Francisco Ferreira
parent 97b93920b3
commit fba185cefb
1 changed files with 1 additions and 1 deletions

View File

@ -1093,7 +1093,7 @@ struct PACKED log_DSTL {
#define GPS_LABELS "TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,Alt,Spd,GCrs,VZ,U"
#define GPS_FMT "QBIHBcLLefffB"
#define GPS_UNITS "s---SmDUmnhn-"
#define GPS_MULTS "F---0BGGBBB0-"
#define GPS_MULTS "F---0BGGB000-"
#define GYR_LABELS "TimeUS,SampleUS,GyrX,GyrY,GyrZ"
#define GYR_FMT "QQfff"