mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_Logger: correct units on raw accel data
This commit is contained in:
parent
b6cf82bf47
commit
c098a089b7
@ -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
Block a user