Skip to content

Commit e0e4ffb

Browse files
authored
Merge pull request #2494 from JacoboGuijar/patch-1
Update ardupilot_custom_mode.h misspelled name
2 parents 8c21685 + 44c4aed commit e0e4ffb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mavsdk/core/ardupilot_custom_mode.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ardupilot {
44

5-
// Enumeration representing the available modes for the Arudpilot rover autopilot.
5+
// Enumeration representing the available modes for the Ardupilot rover autopilot.
66
enum class RoverMode {
77
Manual = 0,
88
Acro = 1,
@@ -19,7 +19,7 @@ enum class RoverMode {
1919
Unknown = 100
2020
};
2121

22-
// Enumeration representing the available modes for the Arudpilot copter autopilot.
22+
// Enumeration representing the available modes for the Ardupilot copter autopilot.
2323
enum class CopterMode {
2424
Stabilize = 0,
2525
Acro = 1,
@@ -78,4 +78,4 @@ enum class PlaneMode {
7878
Unknown = 100
7979
};
8080

81-
} // namespace ardupilot
81+
} // namespace ardupilot

0 commit comments

Comments
 (0)