From ae0195ab312388deb8466816375addc155eadad9 Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Sat, 18 Feb 2023 18:44:57 +0000 Subject: add code for fetching epheredies and ublox assit data --- app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/main.c') diff --git a/app/main.c b/app/main.c index 7c36f32..3fe11eb 100644 --- a/app/main.c +++ b/app/main.c @@ -222,7 +222,7 @@ static void timer_setup (void) timer_slave_set_trigger (TIM2, TIM_SMCR_TS_ITR0); /*clock from timer 1*/ timer_enable_counter (TIM2); #else - /* New Scheme 10MHz -> TIM2_ETR */ + /* New Scheme 10MHz -> TIM2_ETR PA8->PA15*/ #define REFCLK_IN (GPIO15) #define REFCLK_IN_PORT GPIOA -- cgit v1.2.3