Browse Source

VTOL: Header cleanup

sbg
Lorenz Meier 9 years ago committed by Lorenz Meier
parent
commit
7f4519d763
  1. 2
      src/modules/vtol_att_control/standard.cpp
  2. 1
      src/modules/vtol_att_control/vtol_type.cpp

2
src/modules/vtol_att_control/standard.cpp

@ -44,6 +44,8 @@ @@ -44,6 +44,8 @@
#include "standard.h"
#include "vtol_att_control_main.h"
#include <float.h>
Standard::Standard(VtolAttitudeControl *attc) :
VtolType(attc),
_flag_enable_mc_motors(true),

1
src/modules/vtol_att_control/vtol_type.cpp

@ -42,6 +42,7 @@ @@ -42,6 +42,7 @@
#include "vtol_type.h"
#include "drivers/drv_pwm_output.h"
#include <px4_defines.h>
#include <float.h>
#include "vtol_att_control_main.h"
VtolType::VtolType(VtolAttitudeControl *att_controller) :

Loading…
Cancel
Save