aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/RTCv1/rtc_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-12 18:36:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-12 18:36:16 +0000
commit1a6d378ba7673b9b5c520ef25b98b291f8e84b04 (patch)
tree321a5aff433834677d47a1e27f96364650444c33 /os/hal/platforms/STM32/RTCv1/rtc_lld.c
parent4e3e0d62789355cfc630012dfcab96c78d3fec2e (diff)
downloadChibiOS-1a6d378ba7673b9b5c520ef25b98b291f8e84b04.tar.gz
ChibiOS-1a6d378ba7673b9b5c520ef25b98b291f8e84b04.tar.bz2
ChibiOS-1a6d378ba7673b9b5c520ef25b98b291f8e84b04.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3798 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/RTCv1/rtc_lld.c')
-rw-r--r--os/hal/platforms/STM32/RTCv1/rtc_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/RTCv1/rtc_lld.c b/os/hal/platforms/STM32/RTCv1/rtc_lld.c
index b90b1e668..13f303bbe 100644
--- a/os/hal/platforms/STM32/RTCv1/rtc_lld.c
+++ b/os/hal/platforms/STM32/RTCv1/rtc_lld.c
@@ -87,7 +87,7 @@ static void rtc_lld_acquire(void) {
*
* @notapi
*/
-static void rtc_lld_release(void) {
+static void rtc_lld_release(void) {
RTC->CRL &= ~RTC_CRL_CNF;
}