aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-04-21 13:43:28 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-04-21 13:43:28 +0200
commitedc8e9aa5dc858d8177adacb64e1d7843017fac4 (patch)
tree911afcc7ba191caff1bc1e6188ed3e5aa798f940 /apps
parent6c752c5e50f219b1a3040cd3fc3380cd73017876 (diff)
downloadpx4-firmware-edc8e9aa5dc858d8177adacb64e1d7843017fac4.tar.gz
px4-firmware-edc8e9aa5dc858d8177adacb64e1d7843017fac4.tar.bz2
px4-firmware-edc8e9aa5dc858d8177adacb64e1d7843017fac4.zip
Small compile warning fix for HoTT test
Diffstat (limited to 'apps')
-rw-r--r--apps/px4/tests/test_hott_telemetry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/px4/tests/test_hott_telemetry.c b/apps/px4/tests/test_hott_telemetry.c
index 74aa0e614..270dc3857 100644
--- a/apps/px4/tests/test_hott_telemetry.c
+++ b/apps/px4/tests/test_hott_telemetry.c
@@ -46,6 +46,7 @@
#include <drivers/drv_gpio.h>
#include <nuttx/config.h>
#include <sys/types.h>
+#include <systemlib/err.h>
#include <debug.h>
#include <errno.h>