summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_rtc.h')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_rtc.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_rtc.h b/nuttx/arch/arm/src/stm32/stm32_rtc.h
index 467464664..28bfc339d 100644
--- a/nuttx/arch/arm/src/stm32/stm32_rtc.h
+++ b/nuttx/arch/arm/src/stm32/stm32_rtc.h
@@ -50,8 +50,8 @@
* Pre-processor Definitions
************************************************************************************/
-#define STM32_RTC_PRESCALER_SECOND 32767 /** Default prescaler to get a second base */
-#define STM32_RTC_PRESCALER_MIN 1 /** Maximum speed of 16384 Hz */
+#define STM32_RTC_PRESCALER_SECOND 32767 /* Default prescaler to get a second base */
+#define STM32_RTC_PRESCALER_MIN 1 /* Maximum speed of 16384 Hz */
#ifndef __ASSEMBLY__
@@ -67,11 +67,10 @@ extern "C" {
* Public Functions
************************************************************************************/
-/** Set alarm output pin */
-EXTERN void stm32_rtc_settalarmpin(bool activate);
+/* Set alarm output pin */
+EXTERN void stm32_rtc_settalarmpin(bool activate);
-/** \} */
#undef EXTERN
#if defined(__cplusplus)
}