stm32g0: exti doc fixup
This commit is contained in:
parent
8173fb7249
commit
ab1b0c1a5e
@ -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 */
|
||||
|
||||
/**@}*/
|
||||
|
@ -1,4 +1,5 @@
|
||||
/** @addtogroup exti_file
|
||||
/** @defgroup exti_file EXTI peripheral API
|
||||
* @ingroup peripheral_apis
|
||||
*
|
||||
* @author @htmlonly © @endhtmlonly 2019 Guillaume Revaillot <g.revaillot@gmail.com>
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user