aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f1/adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libopencm3/stm32/f1/adc.h')
-rw-r--r--include/libopencm3/stm32/f1/adc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/f1/adc.h b/include/libopencm3/stm32/f1/adc.h
index 563e75d..f13b7c7 100644
--- a/include/libopencm3/stm32/f1/adc.h
+++ b/include/libopencm3/stm32/f1/adc.h
@@ -485,6 +485,7 @@
/* --- Function prototypes ------------------------------------------------- */
+BEGIN_DECLS
/* TODO */
void adc_enable_analog_watchdog_regular(u32 adc);
@@ -532,4 +533,6 @@ void adc_set_watchdog_low_threshold(u32 adc, u16 threshold);
void adc_set_regular_sequence(u32 adc, u8 length, u8 channel[]);
void adc_set_injected_sequence(u32 adc, u8 length, u8 channel[]);
+END_DECLS
+
#endif