From 9eae2ec7fefa619614a9b334c1626e9522132c08 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Sun, 1 Jan 2012 15:03:38 -0500 Subject: [PATCH] ArduCopter config_motors.h: proper defs for APM1 MOT_[5..8] --- ArduCopter/config_motors.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ArduCopter/config_motors.h b/ArduCopter/config_motors.h index 0512a8fdaa..90e865a992 100644 --- a/ArduCopter/config_motors.h +++ b/ArduCopter/config_motors.h @@ -37,11 +37,11 @@ # define MOT_2 CH_2 # define MOT_3 CH_3 # define MOT_4 CH_4 -/* XXX Placeholders: These need to be changed XXX */ -# define MOT_5 CH_5 -# define MOT_6 CH_6 -# define MOT_7 CH_7 -# define MOT_8 CH_8 +# define MOT_5 CH_7 +# define MOT_6 CH_8 +# define MOT_7 CH_10 +# define MOT_8 CH_11 +#endif #endif #endif // __ARDUCOPTER_CONFIG_MOTORS_H__