aboutsummaryrefslogtreecommitdiff
path: root/src/examples/flow_position_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/examples/flow_position_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/examples/flow_position_estimator')
-rw-r--r--src/examples/flow_position_estimator/flow_position_estimator_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/flow_position_estimator/flow_position_estimator_main.c b/src/examples/flow_position_estimator/flow_position_estimator_main.c
index 8cc9ed686..5a23932d3 100644
--- a/src/examples/flow_position_estimator/flow_position_estimator_main.c
+++ b/src/examples/flow_position_estimator/flow_position_estimator_main.c
@@ -67,7 +67,7 @@
#include <systemlib/perf_counter.h>
#include <systemlib/systemlib.h>
#include <poll.h>
-#include <px4_defines.h>
+#include <platforms/px4_defines.h>
#include "flow_position_estimator_params.h"