summaryrefslogtreecommitdiffstats
path: root/stm32/app/leds.c
diff options
context:
space:
mode:
Diffstat (limited to 'stm32/app/leds.c')
-rw-r--r--stm32/app/leds.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stm32/app/leds.c b/stm32/app/leds.c
index b02e584..8faff1f 100644
--- a/stm32/app/leds.c
+++ b/stm32/app/leds.c
@@ -43,6 +43,7 @@ static void metric_pll (void)
ttg = 864 - (unsigned)v;
}
+#if 0
static void customary_pll (void)
{
static uint32_t last;
@@ -66,7 +67,7 @@ static void customary_pll (void)
// printf("C: %9u\r\n",(unsigned ) (e.ns/1000000));
}
-
+#endif
void led_tick (void)