aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/rc_channels.h
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-07-02 16:45:42 +0200
committerThomas Gubler <thomasgubler@gmail.com>2014-07-02 16:45:42 +0200
commit722fe924255d5fdfbba407143405da7578b0dad7 (patch)
tree22a6adaa30b13ddda06a60085847b8ecb5df653e /src/modules/uORB/topics/rc_channels.h
parent2179f1e12327643dce562807a17c6f46a9e5f760 (diff)
downloadpx4-firmware-722fe924255d5fdfbba407143405da7578b0dad7.tar.gz
px4-firmware-722fe924255d5fdfbba407143405da7578b0dad7.tar.bz2
px4-firmware-722fe924255d5fdfbba407143405da7578b0dad7.zip
Fix compile error: rename field in rc_channels.h
Diffstat (limited to 'src/modules/uORB/topics/rc_channels.h')
-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 829d8e57d..8978de471 100644
--- a/src/modules/uORB/topics/rc_channels.h
+++ b/src/modules/uORB/topics/rc_channels.h
@@ -56,7 +56,7 @@ enum RC_CHANNELS_FUNCTION {
RETURN,
POSCTL,
LOITER,
- OFFBOARD_MODE,
+ OFFBOARD,
ACRO,
FLAPS,
AUX_1,