aboutsummaryrefslogtreecommitdiff
path: root/02-usart/tests/test_dma.c
diff options
context:
space:
mode:
Diffstat (limited to '02-usart/tests/test_dma.c')
-rw-r--r--02-usart/tests/test_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/02-usart/tests/test_dma.c b/02-usart/tests/test_dma.c
index 7704590..ae34a69 100644
--- a/02-usart/tests/test_dma.c
+++ b/02-usart/tests/test_dma.c
@@ -1,5 +1,5 @@
#include "test_harness.h"
-#include "dma.h"
+#include "core/dma.h"
#include <stdio.h>
#include <stdlib.h>