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 committed Jun 25, 2024
1 parent 7982269 commit f75fce2
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 f75fce2

Please sign in to comment.