forked from Archive/PX4-Autopilot
added parameter file for vtol attitude control module
This commit is contained in:
parent
fbedd3ed20
commit
4fd3e0720f
|
@ -0,0 +1,6 @@
|
|||
#include <systemlib/param/param.h>
|
||||
|
||||
// number of engines
|
||||
PARAM_DEFINE_INT32(VTOL_MOT_COUNT,0);
|
||||
// idle pwm in multicopter mode
|
||||
PARAM_DEFINE_INT32(IDLE_PWM_MC,900);
|
Loading…
Reference in New Issue