aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-03-15 13:11:46 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-03-15 13:11:46 +0100
commitd2a74dff673e2d3f49fc98dea601be753bd18416 (patch)
treeb4cae1149d26245cc5251da5ac14647656331575
parent07cff8e0bd5332a285df8bcd0659066c13dada48 (diff)
downloadpx4-firmware-d2a74dff673e2d3f49fc98dea601be753bd18416.tar.gz
px4-firmware-d2a74dff673e2d3f49fc98dea601be753bd18416.tar.bz2
px4-firmware-d2a74dff673e2d3f49fc98dea601be753bd18416.zip
fix logging of filtered diff pressure signal
-rw-r--r--src/modules/sdlog2/sdlog2_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sdlog2/sdlog2_messages.h b/src/modules/sdlog2/sdlog2_messages.h
index 27bbce354..fe500ad5f 100644
--- a/src/modules/sdlog2/sdlog2_messages.h
+++ b/src/modules/sdlog2/sdlog2_messages.h
@@ -307,7 +307,7 @@ static const struct log_format_s log_formats[] = {
LOG_FORMAT(ATT, "fffffffff", "Roll,Pitch,Yaw,RollRate,PitchRate,YawRate,GX,GY,GZ"),
LOG_FORMAT(ATSP, "ffff", "RollSP,PitchSP,YawSP,ThrustSP"),
LOG_FORMAT(IMU, "fffffffff", "AccX,AccY,AccZ,GyroX,GyroY,GyroZ,MagX,MagY,MagZ"),
- LOG_FORMAT(SENS, "ffff", "BaroPres,BaroAlt,BaroTemp,DiffPres,DiffPresFilt"),
+ LOG_FORMAT(SENS, "fffff", "BaroPres,BaroAlt,BaroTemp,DiffPres,DiffPresFilt"),
LOG_FORMAT(LPOS, "ffffffLLfBBB", "X,Y,Z,VX,VY,VZ,RefLat,RefLon,RefAlt,XYFlags,ZFlags,Landed"),
LOG_FORMAT(LPSP, "ffff", "X,Y,Z,Yaw"),
LOG_FORMAT(GPS, "QBffLLfffff", "GPSTime,FixType,EPH,EPV,Lat,Lon,Alt,VelN,VelE,VelD,Cog"),