git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3798 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
4e3e0d6278
commit
1a6d378ba7
|
@ -87,7 +87,7 @@ static void rtc_lld_acquire(void) {
|
||||||
*
|
*
|
||||||
* @notapi
|
* @notapi
|
||||||
*/
|
*/
|
||||||
static void rtc_lld_release(void) {
|
static void rtc_lld_release(void) {
|
||||||
|
|
||||||
RTC->CRL &= ~RTC_CRL_CNF;
|
RTC->CRL &= ~RTC_CRL_CNF;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue