sdlog2 GPOS message bug fix

This commit is contained in:
Anton Babushkin 2013-06-17 22:07:05 +04:00
parent 2124c52cff
commit effce6edfa
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ static const struct log_format_s log_formats[] = {
LOG_FORMAT(OUT0, "ffffffff", "Out0,Out1,Out2,Out3,Out4,Out5,Out6,Out7"),
LOG_FORMAT(AIRS, "ff", "IndSpeed,TrueSpeed"),
LOG_FORMAT(ARSP, "fff", "RollRateSP,PitchRateSP,YawRateSP"),
LOG_FORMAT(GPOS, "LLfffff", "Lat,Lon,Alt,VelN,VelE,VelD"),
LOG_FORMAT(GPOS, "LLfffff", "Lat,Lon,Alt,VelN,VelE,VelD,Heading"),
};
static const int log_formats_num = sizeof(log_formats) / sizeof(struct log_format_s);