aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfludwig <frieludwig@hotmail.com>2015-03-03 21:00:28 +0100
committerfludwig <frieludwig@hotmail.com>2015-03-03 21:00:28 +0100
commitd6db372921f4d8b658ad02eee31f05260e28a90a (patch)
tree057def8483593ea37033119471bc125ae3dd2760
parent4a99daf5b61485dba8fb68aa044993d2060edce3 (diff)
downloadpx4-firmware-d6db372921f4d8b658ad02eee31f05260e28a90a.tar.gz
px4-firmware-d6db372921f4d8b658ad02eee31f05260e28a90a.tar.bz2
px4-firmware-d6db372921f4d8b658ad02eee31f05260e28a90a.zip
fixed include
-rw-r--r--src/lib/ecl/attitude_fw/ecl_controller.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ecl/attitude_fw/ecl_controller.h b/src/lib/ecl/attitude_fw/ecl_controller.h
index 360fec28f..ac1ac88d0 100644
--- a/src/lib/ecl/attitude_fw/ecl_controller.h
+++ b/src/lib/ecl/attitude_fw/ecl_controller.h
@@ -51,7 +51,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <systemlib/perf_counter.h>
-#include <mathlib/mathlib.h>
struct ECL_ControlData {
float roll;