Skip to content

Commit

Permalink
GCS_MAVLink: correct spelling of dereferecing
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Apr 8, 2024
1 parent 76f24f0 commit e992c4f
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 @@ -3230,7 +3230,7 @@ MAV_RESULT GCS_MAVLINK::handle_preflight_reboot(const mavlink_command_int_t &pac
}
if (is_equal(packet.param4, 94.0f)) {
// the following text is unlikely to make it out...
send_text(MAV_SEVERITY_WARNING,"deferencing a bad thing");
send_text(MAV_SEVERITY_WARNING,"dereferencing a bad thing");

#if CONFIG_HAL_BOARD != HAL_BOARD_ESP32
// esp32 can't do this bit, skip it, return an error
Expand Down

0 comments on commit e992c4f

Please sign in to comment.