diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-12 21:01:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-12 21:01:30 +0000 |
commit | 260b6b6d19578f45b1adfd529674abf069bc3a8f (patch) | |
tree | b40e6222978cd1bf3ff053fb9211743d84ea91ba /os | |
parent | 1a6d378ba7673b9b5c520ef25b98b291f8e84b04 (diff) | |
download | ChibiOS-260b6b6d19578f45b1adfd529674abf069bc3a8f.tar.gz ChibiOS-260b6b6d19578f45b1adfd529674abf069bc3a8f.tar.bz2 ChibiOS-260b6b6d19578f45b1adfd529674abf069bc3a8f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3800 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/STM32/RTCv1/rtc_lld.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/RTCv1/rtc_lld.h b/os/hal/platforms/STM32/RTCv1/rtc_lld.h index 6f55ab573..8d0f65380 100644 --- a/os/hal/platforms/STM32/RTCv1/rtc_lld.h +++ b/os/hal/platforms/STM32/RTCv1/rtc_lld.h @@ -53,6 +53,16 @@ /* Driver pre-compile time settings. */
/*===========================================================================*/
+/**
+ * @name Configuration options
+ * @{
+ */
+/*
+ * RTC driver system settings.
+ */
+#define STM32_RTC_IRQ_PRIORITY 15
+/** @} */
+
/*===========================================================================*/
/* Derived constants and error checks. */
/*===========================================================================*/
|