mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
Revert "change default rc channel mapping"
This reverts commit fa403956ed.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user