Skip to content

Commit

Permalink
GCS_MAVLink: rename ins get_primary_accel to get_first_usable_accel
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed Jun 26, 2024
1 parent 563c3e7 commit 5911b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/GCS_MAVLink/GCS_Common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2172,7 +2172,7 @@ void GCS_MAVLINK::send_highres_imu()
.temperature = 0.0,
.fields_updated = (HIGHRES_IMU_UPDATED_XACC | HIGHRES_IMU_UPDATED_YACC | HIGHRES_IMU_UPDATED_ZACC |
HIGHRES_IMU_UPDATED_XGYRO | HIGHRES_IMU_UPDATED_YGYRO | HIGHRES_IMU_UPDATED_ZGYRO),
.id = ins.get_primary_accel(),
.id = ins.get_first_usable_accel(),
};


Expand Down

0 comments on commit 5911b87

Please sign in to comment.