aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/adc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32/adc.c')
-rw-r--r--lib/stm32/adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/adc.c b/lib/stm32/adc.c
index 240c3f6..0867014 100644
--- a/lib/stm32/adc.c
+++ b/lib/stm32/adc.c
@@ -31,7 +31,7 @@
* reg16 = adc_read(ADC1, ADC_CH_0);
*/
-#include <libopenstm32/adc.h>
+#include <stm32/adc.h>
void rcc_set_adc_clk(u32 prescaler)
{