Skip to content

Commit

Permalink
AP_Torqeedo: Updates to log message units and help text
Browse files Browse the repository at this point in the history
Remove 4th/unused format character on TRMS message
  • Loading branch information
shancock884 authored and tridge committed Jan 21, 2024
1 parent 07eecd3 commit a696f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Torqeedo/AP_Torqeedo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ void AP_Torqeedo::parse_message()
// @Field: TimeUS: Time since system startup
// @Field: State: Motor status flags
// @Field: Err: Motor error flags
AP::logger().Write("TRMS", "TimeUS,State,Err", "QBHH",
AP::logger().Write("TRMS", "TimeUS,State,Err", "QBH",
AP_HAL::micros64(),
_motor_status.status_flags_value,
_motor_status.error_flags_value);
Expand Down

0 comments on commit a696f14

Please sign in to comment.