AP_Motors: remove unused defines from multicopter

This commit is contained in:
bnsgeyer 2019-01-05 14:50:27 +09:00 committed by Randy Mackay
parent 28f4c68f2f
commit 10572c2f9b

View File

@ -8,9 +8,6 @@
#define AP_MOTORS_DENSITY_COMP 1 #define AP_MOTORS_DENSITY_COMP 1
#endif #endif
#define AP_MOTORS_DEFAULT_MID_THROTTLE 500
#define AP_MOTORS_SPIN_WHEN_ARMED 70 // spin motors at this PWM value when armed
#define AP_MOTORS_YAW_HEADROOM_DEFAULT 200 #define AP_MOTORS_YAW_HEADROOM_DEFAULT 200
#define AP_MOTORS_THST_EXPO_DEFAULT 0.65f // set to 0 for linear and 1 for second order approximation #define AP_MOTORS_THST_EXPO_DEFAULT 0.65f // set to 0 for linear and 1 for second order approximation
#define AP_MOTORS_THST_HOVER_DEFAULT 0.35f // the estimated hover throttle, 0 ~ 1 #define AP_MOTORS_THST_HOVER_DEFAULT 0.35f // the estimated hover throttle, 0 ~ 1