summaryrefslogtreecommitdiff
path: root/ucoo/hal/spi/test/test_spi.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/spi/test/test_spi.cc')
-rw-r--r--ucoo/hal/spi/test/test_spi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/hal/spi/test/test_spi.cc b/ucoo/hal/spi/test/test_spi.cc
index 27ca659..188ff40 100644
--- a/ucoo/hal/spi/test/test_spi.cc
+++ b/ucoo/hal/spi/test/test_spi.cc
@@ -28,7 +28,7 @@
#include "ucoo/arch/arch.hh"
#include "ucoo/base/test/test.hh"
-#include <libopencm3/stm32/f4/rcc.h>
+#include <libopencm3/stm32/rcc.h>
#include <algorithm>
#include <cstdio>