summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_rtc.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-02 14:53:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-02 14:53:24 +0000
commitf83bf7d4334e20205fc87a6a98814bd6e44137c4 (patch)
tree9212447a90c0c1f315268d1d94f3cd1cc371b294 /nuttx/arch/arm/src/stm32/stm32_rtc.h
parentbbadecee80cf2f48a43097328bb24b73f236934c (diff)
downloadpx4-nuttx-f83bf7d4334e20205fc87a6a98814bd6e44137c4.tar.gz
px4-nuttx-f83bf7d4334e20205fc87a6a98814bd6e44137c4.tar.bz2
px4-nuttx-f83bf7d4334e20205fc87a6a98814bd6e44137c4.zip
The lo-res RTC now seems to work
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4007 42af7a65-404d-4744-a932-0658087f49c3
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)
}