aboutsummaryrefslogtreecommitdiff
path: root/apps/px4/tests/test_uart_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/px4/tests/test_uart_console.c')
-rw-r--r--apps/px4/tests/test_uart_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/px4/tests/test_uart_console.c b/apps/px4/tests/test_uart_console.c
index de1249b8c..fc5b03036 100644
--- a/apps/px4/tests/test_uart_console.c
+++ b/apps/px4/tests/test_uart_console.c
@@ -56,7 +56,7 @@
#include <math.h>
#include <float.h>
-#include <arch/board/up_hrt.h>
+#include <drivers/drv_hrt.h>
/****************************************************************************