summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------libopencm30
-rw-r--r--stm32/z180-stamp-stm32.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/libopencm3 b/libopencm3
-Subproject 69726cd1a5baf455d247d3e2469e53cd26856c2
+Subproject 4a49907bfdc334b7ab42f64537c930cd7129369
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();