From 869118f74612829db47d0d681cee5b4af937b16f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Nov 2021 00:24:43 +0000 Subject: tmc2209 first cut --- stm32/app/rtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm32/app/rtc.c') diff --git a/stm32/app/rtc.c b/stm32/app/rtc.c index c20bb8d..80a0664 100644 --- a/stm32/app/rtc.c +++ b/stm32/app/rtc.c @@ -155,7 +155,7 @@ void rtc_init (void) rtc_half = BKP_DR7; #if 1 - rtc_offset.s = 1637490753 + 46850+ 48565+85980; + rtc_offset.s = 1637490753 + 46850 + 48565 + 85980; rtc_offset.ns = 498866999; bkp_write_off (rtc_offset); #endif -- cgit v1.2.3