aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/px4io.c
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2012-10-26 21:21:07 +0200
committerThomas Gubler <thomasgubler@gmail.com>2012-10-26 21:21:07 +0200
commitf321e7f41936f221a032d62240b9f9d22bc75dc2 (patch)
tree38f579b0aabe507b55b2e87681200f8a83134963 /apps/px4io/px4io.c
parentb9d03c7c27425dc100dbe3433d9233f98c7fbf30 (diff)
parent241a0d865378d2809de106667cc39b2b9946dfc5 (diff)
downloadpx4-firmware-f321e7f41936f221a032d62240b9f9d22bc75dc2.tar.gz
px4-firmware-f321e7f41936f221a032d62240b9f9d22bc75dc2.tar.bz2
px4-firmware-f321e7f41936f221a032d62240b9f9d22bc75dc2.zip
Merge branch 'master' of https://github.com/PX4/Firmware into fw_control
Diffstat (limited to 'apps/px4io/px4io.c')
-rw-r--r--apps/px4io/px4io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/px4io/px4io.c b/apps/px4io/px4io.c
index 30a62fa65..a67db9a7e 100644
--- a/apps/px4io/px4io.c
+++ b/apps/px4io/px4io.c
@@ -50,7 +50,7 @@
#include <arch/board/up_boardinitialize.h>
#include <arch/board/drv_gpio.h>
#include <arch/board/drv_ppm_input.h>
-#include <arch/board/up_hrt.h>
+#include <drivers/drv_hrt.h>
#include "px4io.h"