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