From d3158897c26a3a7408c7efb122577e7b71508171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= Date: Sun, 17 Jul 2016 22:46:25 +0200 Subject: [PATCH] ARM: CMSIS-CORE: Fix doxygen warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Benoît Thébaudeau --- cpu/arm/common/CMSIS/cmsis_gcc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/arm/common/CMSIS/cmsis_gcc.h b/cpu/arm/common/CMSIS/cmsis_gcc.h index bb89fbba9..2acdfb726 100644 --- a/cpu/arm/common/CMSIS/cmsis_gcc.h +++ b/cpu/arm/common/CMSIS/cmsis_gcc.h @@ -497,8 +497,8 @@ __attribute__((always_inline)) __STATIC_INLINE int32_t __REVSH(int32_t value) /** \brief Rotate Right in unsigned value (32 bit) \details Rotate Right (immediate) provides the value of the contents of a register rotated by a variable number of bits. - \param [in] value Value to rotate - \param [in] value Number of Bits to rotate + \param [in] op1 Value to rotate + \param [in] op2 Number of Bits to rotate \return Rotated value */ __attribute__((always_inline)) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2)