added parameter file for vtol attitude control module

This commit is contained in:
Roman Bapst 2014-12-04 16:55:12 +01:00
parent fbedd3ed20
commit 4fd3e0720f
1 changed files with 6 additions and 0 deletions

View File

@ -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);