mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 08:54:08 +08:00
Revert "change default rc channel mapping"
This reverts commit fa403956ed6ef1a345ee06c25500c937a78dd7cd.
This commit is contained in:
parent
fa403956ed
commit
2db1422fa7
@ -64,9 +64,9 @@
|
||||
*/
|
||||
enum RC_CHANNELS_FUNCTION
|
||||
{
|
||||
THROTTLE = 2,
|
||||
ROLL = 0,
|
||||
PITCH = 1,
|
||||
THROTTLE = 0,
|
||||
ROLL = 1,
|
||||
PITCH = 2,
|
||||
YAW = 3,
|
||||
OVERRIDE = 4,
|
||||
AUTO_MODE = 5,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user