aboutsummaryrefslogtreecommitdiff
path: root/src/modules/ekf_att_pos_estimator
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-12-02 16:17:17 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-12-02 16:17:17 +0100
commit05a87a706a122b8a83becaaa94c70161fb69c82a (patch)
tree42499dbbed09940790aed6572759654ea614ff17 /src/modules/ekf_att_pos_estimator
parent8d3d8a3358c4c44d6de13a0c8e6a88ea98288bf2 (diff)
downloadpx4-firmware-05a87a706a122b8a83becaaa94c70161fb69c82a.tar.gz
px4-firmware-05a87a706a122b8a83becaaa94c70161fb69c82a.tar.bz2
px4-firmware-05a87a706a122b8a83becaaa94c70161fb69c82a.zip
move px4_defines file
Diffstat (limited to 'src/modules/ekf_att_pos_estimator')
-rw-r--r--src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp b/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp
index db6773b8a..c0b1bb404 100644
--- a/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp
+++ b/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp
@@ -83,7 +83,7 @@
#include <systemlib/systemlib.h>
#include <mathlib/mathlib.h>
#include <mavlink/mavlink_log.h>
-#include <px4_defines.h>
+#include <platforms/px4_defines.h>
#include "estimator_23states.h"