X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/35edb766593d019b89a3f40b6d6cdd2b50f18032..b30c4e8f1aef96f6fdc93da9f125545f5f74d06e:/stm32/z180-stamp-stm32.c?ds=sidebyside diff --git a/stm32/z180-stamp-stm32.c b/stm32/z180-stamp-stm32.c index 7000c53..888494d 100644 --- a/stm32/z180-stamp-stm32.c +++ b/stm32/z180-stamp-stm32.c @@ -690,7 +690,7 @@ int main(void) * Otherwise enable it with the LSE as clock source and 0x7fff as * prescale value. */ - rtc_auto_awake(LSE, 0x7fff); + rtc_auto_awake(RCC_LSE, 0x7fff); systick_setup();