Skip to content

Commit

Permalink
fmu: remove unused include and variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed Oct 11, 2019
1 parent 5bd9659 commit 2a492a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/drivers/px4fmu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ px4_add_module(
fmu.cpp
DEPENDS
arch_io_pins
circuit_breaker
mixer
mixer_module
output_limit
Expand Down
3 changes: 0 additions & 3 deletions src/drivers/px4fmu/fmu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
#include <drivers/drv_mixer.h>
#include <drivers/drv_pwm_output.h>
#include <lib/cdev/CDev.hpp>
#include <lib/circuit_breaker/circuit_breaker.h>
#include <lib/mathlib/mathlib.h>
#include <lib/mixer_module/mixer_module.hpp>
#include <lib/parameters/param.h>
Expand Down Expand Up @@ -166,8 +165,6 @@ class PX4FMU : public cdev::CDev, public ModuleBase<PX4FMU>, public OutputModule
private:
MixingOutput _mixing_output{*this, MixingOutput::SchedulingPolicy::Auto, true};

static constexpr uint8_t MAX_ACTUATORS = DIRECT_PWM_OUTPUT_CHANNELS;

Mode _mode{MODE_NONE};

unsigned _pwm_default_rate{50};
Expand Down

0 comments on commit 2a492a8

Please sign in to comment.