aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander.cpp
diff options
context:
space:
mode:
authorJohan Jansen <jnsn.johan@gmail.com>2015-03-08 14:48:30 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-04-20 09:14:12 +0200
commitfde244f9032d5ce5bdac289699f06b4b3d800d48 (patch)
tree792625c6ab739ea07ef9e216e28b73c8db6ab8c7 /src/modules/commander/commander.cpp
parent1da048549aee5b24861ea37d094b0d770fa9868d (diff)
downloadpx4-firmware-fde244f9032d5ce5bdac289699f06b4b3d800d48.tar.gz
px4-firmware-fde244f9032d5ce5bdac289699f06b4b3d800d48.tar.bz2
px4-firmware-fde244f9032d5ce5bdac289699f06b4b3d800d48.zip
Commander: Add PreflightCheck to the commander
Diffstat (limited to 'src/modules/commander/commander.cpp')
-rw-r--r--src/modules/commander/commander.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/commander/commander.cpp b/src/modules/commander/commander.cpp
index 2722766b0..10d49aa94 100644
--- a/src/modules/commander/commander.cpp
+++ b/src/modules/commander/commander.cpp
@@ -114,6 +114,7 @@
#include "baro_calibration.h"
#include "rc_calibration.h"
#include "airspeed_calibration.h"
+#include "PreflightCheck.h"
/* oddly, ERROR is not defined for c++ */
#ifdef ERROR