]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - stm32/z180-stamp-stm32.c
Update libopencm3
[z180-stamp.git] / stm32 / z180-stamp-stm32.c
index 7000c53400fdba5d52cab275e2a10ad5a20c3f5b..888494d16a3e588db6b3d736a72a8f077ce072f0 100644 (file)
@@ -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();