From 66e6a2092eb14027bf44866e88400c934273acda Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 30 Sep 2019 10:28:21 +0000 Subject: [PATCH] doc: stm32f1: gpio: remove redundant doxygen types Fixes https://github.com/libopencm3/libopencm3/issues/1108 --- lib/stm32/f1/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/stm32/f1/gpio.c b/lib/stm32/f1/gpio.c index 160c46b5..ea1e6fbd 100644 --- a/lib/stm32/f1/gpio.c +++ b/lib/stm32/f1/gpio.c @@ -157,9 +157,9 @@ available in place of some of the SWJ signals. Full SWJ capability is obtained by setting this to zero. The value of this must be specified for every call to this function as its current value cannot be ascertained from the hardware. -@param[in] swjdisable Unsigned int8. Disable parts of the SWJ capability @ref +@param[in] swjdisable Disable parts of the SWJ capability @ref afio_swj_disable. -@param[in] maps Unsigned int32. Bitwise OR of map enable controls you wish to +@param[in] maps Bitwise OR of map enable controls you wish to enable from @ref afio_remap, @ref afio_remap_can1, @ref afio_remap_tim3, @ref afio_remap_tim2, @ref afio_remap_tim1, @ref afio_remap_usart3. For connectivity line devices only @ref afio_remap_cld are also available.