summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo C2016-08-25 00:23:12 +0200
committerLeo C2016-08-25 00:23:12 +0200
commit333f40fa0f67b2b9562db498d8591e2d48bcd319 (patch)
treead71794bf00107a90c03d5f95d807daea309a64d
parent3b841cea9979b3df9d9292ce37aad9ea4b9ae268 (diff)
downloadz180-stamp-333f40fa0f67b2b9562db498d8591e2d48bcd319.zip
Update libopencm3
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();