summaryrefslogtreecommitdiffstats
path: root/app/main.c
diff options
context:
space:
mode:
authorJames McKenzie <root@ka-ata-killa.panaceas.james.local>2023-02-18 18:48:42 +0000
committerJames McKenzie <root@ka-ata-killa.panaceas.james.local>2023-02-18 18:48:42 +0000
commit6bc7601e8f6c83c8def86aa7ae7cf06f51593771 (patch)
tree9518dad41956f815f8049301b5a3ff8c59131e2f /app/main.c
parentae0195ab312388deb8466816375addc155eadad9 (diff)
downloadclock-6bc7601e8f6c83c8def86aa7ae7cf06f51593771.tar.gz
clock-6bc7601e8f6c83c8def86aa7ae7cf06f51593771.tar.bz2
clock-6bc7601e8f6c83c8def86aa7ae7cf06f51593771.zip
remove all use of FP in printf as it's not thread safeHEADmaster
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 3fe11eb..47c1a4b 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 PA8->PA15*/
+ /* New Scheme 10MHz -> TIM2_ETR PA8->PA15*/
#define REFCLK_IN (GPIO15)
#define REFCLK_IN_PORT GPIOA