From 44c4aed47b00f699490cd2e65013ca385a643260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacobo=20Jos=C3=A9=20Guijarro=20Villalba?= <56597297+JacoboGuijar@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:21:26 +0100 Subject: [PATCH] Update ardupilot_custom_mode.h Corrected "Arudpilot" to "Ardupilot" --- src/mavsdk/core/ardupilot_custom_mode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mavsdk/core/ardupilot_custom_mode.h b/src/mavsdk/core/ardupilot_custom_mode.h index 2a43cf3cba..1abd6b6e3a 100644 --- a/src/mavsdk/core/ardupilot_custom_mode.h +++ b/src/mavsdk/core/ardupilot_custom_mode.h @@ -2,7 +2,7 @@ namespace ardupilot { -// Enumeration representing the available modes for the Arudpilot rover autopilot. +// Enumeration representing the available modes for the Ardupilot rover autopilot. enum class RoverMode { Manual = 0, Acro = 1, @@ -19,7 +19,7 @@ enum class RoverMode { Unknown = 100 }; -// Enumeration representing the available modes for the Arudpilot copter autopilot. +// Enumeration representing the available modes for the Ardupilot copter autopilot. enum class CopterMode { Stabilize = 0, Acro = 1, @@ -78,4 +78,4 @@ enum class PlaneMode { Unknown = 100 }; -} // namespace ardupilot \ No newline at end of file +} // namespace ardupilot