mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Baro: mark logger Write() calls as streaming where appropriate
This commit is contained in:
parent
d9ee2b3c6c
commit
c80a2c2ef6
@ -349,7 +349,7 @@ void AP_Baro_ICM20789::update()
|
||||
// @Field: Praw: raw pressure from sensor
|
||||
// @Field: P: pressure
|
||||
// @Field: T: temperature
|
||||
AP::logger().Write("ICMB", "TimeUS,Traw,Praw,P,T", "QIIff",
|
||||
AP::logger().WriteStreaming("ICMB", "TimeUS,Traw,Praw,P,T", "QIIff",
|
||||
AP_HAL::micros64(),
|
||||
dd.Traw, dd.Praw, dd.P, dd.T);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user