aboutsummaryrefslogblamecommitdiff
path: root/src/modules/vtol_att_control/vtol_att_control_params.c
blob: b9baa204663446afe35a70bc7944b98b8d6fbb5e (plain) (tree)
1
2
3
4
5
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);