aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-05-11 12:54:15 +0200
committerAnton Babushkin <anton.babushkin@me.com>2014-05-11 12:54:15 +0200
commit808badb34d3b88ad40aac60f817960c51cb499c5 (patch)
tree86c13926505f9e3f7b70af4b0d70918249c96af7 /src/modules/uORB
parentfc4c4c0bd1654c2bee929c8cebb90d6bf2352d13 (diff)
downloadpx4-firmware-808badb34d3b88ad40aac60f817960c51cb499c5.tar.gz
px4-firmware-808badb34d3b88ad40aac60f817960c51cb499c5.tar.bz2
px4-firmware-808badb34d3b88ad40aac60f817960c51cb499c5.zip
Use "POSCTL" switch name consistently
Diffstat (limited to 'src/modules/uORB')
-rw-r--r--src/modules/uORB/topics/rc_channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/uORB/topics/rc_channels.h b/src/modules/uORB/topics/rc_channels.h
index 9285235c9..b60402452 100644
--- a/src/modules/uORB/topics/rc_channels.h
+++ b/src/modules/uORB/topics/rc_channels.h
@@ -64,7 +64,7 @@ enum RC_CHANNELS_FUNCTION {
YAW = 3,
MODE = 4,
RETURN = 5,
- POSCTRL = 6,
+ POSCTL = 6,
LOITER = 7,
OFFBOARD_MODE = 8,
FLAPS = 9,