summaryrefslogtreecommitdiff
path: root/ucoo/hal/adc/test/test_adc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/adc/test/test_adc.cc')
-rw-r--r--ucoo/hal/adc/test/test_adc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/hal/adc/test/test_adc.cc b/ucoo/hal/adc/test/test_adc.cc
index eaaf44e..58cca96 100644
--- a/ucoo/hal/adc/test/test_adc.cc
+++ b/ucoo/hal/adc/test/test_adc.cc
@@ -27,7 +27,7 @@
#include "ucoo/base/test/test.hh"
#include "ucoo/utils/delay.hh"
-#include <libopencm3/stm32/f4/adc.h>
+#include <libopencm3/stm32/adc.h>
#include "ucoo/hal/gpio/gpio.hh"
#include <cstdio>