mirror of https://github.com/ArduPilot/ardupilot
AP_Logger: correct units on raw accel data
This commit is contained in:
parent
78a8c41f94
commit
79b9f557c1
|
@ -1232,7 +1232,7 @@ struct PACKED log_Arm_Disarm {
|
|||
|
||||
#define ACC_LABELS "TimeUS,SampleUS,AccX,AccY,AccZ"
|
||||
#define ACC_FMT "QQfff"
|
||||
#define ACC_UNITS "ssnnn"
|
||||
#define ACC_UNITS "ssooo"
|
||||
#define ACC_MULTS "FF000"
|
||||
|
||||
// see "struct sensor" in AP_Baro.h and "Write_Baro":
|
||||
|
|
Loading…
Reference in New Issue