diff options
Diffstat (limited to '02-usart/tests/test_spi.c')
-rw-r--r-- | 02-usart/tests/test_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/02-usart/tests/test_spi.c b/02-usart/tests/test_spi.c index d6cc24e..cc25d6e 100644 --- a/02-usart/tests/test_spi.c +++ b/02-usart/tests/test_spi.c @@ -1,6 +1,6 @@ #include "test_harness.h" -#include "core/spi.h" +#include "arch/stm32l4xxx/peripherals/spi.h" TEST(spi, smoke) { |