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:
authorGuillaume Revaillot <revaillot@archos.com>2019-06-12 19:02:28 +0300
committerGuillaume Revaillot <revaillot@archos.com>2019-06-13 13:04:58 +0300
commitab1b0c1a5eed9c85dd1daed1e2a884b79d3f732c (patch)
tree33bff811ae1da3bcf9ccf700848d7e50b0fe7c75 /include
parent8173fb7249f0cd4043a088224f4f6f13d20c7b80 (diff)
stm32g0: exti doc fixup
Diffstat (limited to 'include')
-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 */
+
+/**@}*/