summaryrefslogtreecommitdiffstats
path: root/app/main.c
diff options
context:
space:
mode:
authorJames McKenzie <root@ka-ata-killa.panaceas.james.local>2023-02-18 18:44:57 +0000
committerJames McKenzie <root@ka-ata-killa.panaceas.james.local>2023-02-18 18:44:57 +0000
commitae0195ab312388deb8466816375addc155eadad9 (patch)
tree1638133d5908a0cc977da3f7e08bffa5a521f4a5 /app/main.c
parent86d61b9e775d615f210b79e4f69dbc3d62c885ea (diff)
downloadclock-ae0195ab312388deb8466816375addc155eadad9.tar.gz
clock-ae0195ab312388deb8466816375addc155eadad9.tar.bz2
clock-ae0195ab312388deb8466816375addc155eadad9.zip
add code for fetching epheredies and ublox assit data
Diffstat (limited to 'app/main.c')
-rw-r--r--app/main.c2
1 files changed, 1 insertions, 1 deletions
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