summaryrefslogtreecommitdiffstats
path: root/app/pll.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/pll.c')
-rw-r--r--app/pll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/pll.c b/app/pll.c
index 460b789..986034c 100644
--- a/app/pll.c
+++ b/app/pll.c
@@ -176,7 +176,7 @@ void pll_dispatch (uint64_t happy, uint64_t edge, const char *src)
led_blink (100);
-#if 1
+#if 0
printf ("EDGE %08x%08x\r\n",
(unsigned) (edge >> 32),
(unsigned) (edge & 0xffffffff));