Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/libopencm3/stm32/g0/exti.h')
-rw-r--r--include/libopencm3/stm32/g0/exti.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/g0/exti.h b/include/libopencm3/stm32/g0/exti.h
index 5445a7d1..88a1c01b 100644
--- a/include/libopencm3/stm32/g0/exti.h
+++ b/include/libopencm3/stm32/g0/exti.h
@@ -75,9 +75,11 @@ void exti_reset_rising_request(uint32_t extis);
void exti_reset_falling_request(uint32_t extis);
END_DECLS
-/**@}*/
#else
+/** @cond */
#warning "exti_common_v1.h should not be included directly, only via exti.h"
#endif
/** @endcond */
+
+/**@}*/