aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/px4_custom_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/commander/px4_custom_mode.h')
-rw-r--r--src/modules/commander/px4_custom_mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/commander/px4_custom_mode.h b/src/modules/commander/px4_custom_mode.h
index 962d2804c..e6274fb89 100644
--- a/src/modules/commander/px4_custom_mode.h
+++ b/src/modules/commander/px4_custom_mode.h
@@ -12,8 +12,8 @@
enum PX4_CUSTOM_MAIN_MODE {
PX4_CUSTOM_MAIN_MODE_MANUAL = 1,
- PX4_CUSTOM_MAIN_MODE_ALTHOLD,
- PX4_CUSTOM_MAIN_MODE_POSHOLD,
+ PX4_CUSTOM_MAIN_MODE_ALTCTRL,
+ PX4_CUSTOM_MAIN_MODE_POSCTRL,
PX4_CUSTOM_MAIN_MODE_AUTO,
};