aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/rc_channels.h
diff options
context:
space:
mode:
authorTickTock- <lukecell@safe-mail.net>2014-04-22 18:23:27 -0700
committerTickTock- <lukecell@safe-mail.net>2014-04-22 18:23:27 -0700
commit7e621070ca0f002e2e1ccd863c31a24166ece0c2 (patch)
tree750cac39cf7cd662bd204943cc5295c4c2ee9ad4 /src/modules/uORB/topics/rc_channels.h
parentd6e6ee34401d79d428c025458940bbbf42f62236 (diff)
downloadpx4-firmware-7e621070ca0f002e2e1ccd863c31a24166ece0c2.tar.gz
px4-firmware-7e621070ca0f002e2e1ccd863c31a24166ece0c2.tar.bz2
px4-firmware-7e621070ca0f002e2e1ccd863c31a24166ece0c2.zip
renamed mission_switch to loiter_switch and assisted_switch to easy_switch
Diffstat (limited to 'src/modules/uORB/topics/rc_channels.h')
-rw-r--r--src/modules/uORB/topics/rc_channels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/uORB/topics/rc_channels.h b/src/modules/uORB/topics/rc_channels.h
index 3246a39dd..d99203ff6 100644
--- a/src/modules/uORB/topics/rc_channels.h
+++ b/src/modules/uORB/topics/rc_channels.h
@@ -64,8 +64,8 @@ enum RC_CHANNELS_FUNCTION {
YAW = 3,
MODE = 4,
RETURN = 5,
- ASSISTED = 6,
- MISSION = 7,
+ EASY = 6,
+ LOITER = 7,
OFFBOARD_MODE = 8,
FLAPS = 9,
AUX_1 = 10,