summaryrefslogtreecommitdiffstats
path: root/app/steth.c
diff options
context:
space:
mode:
authorroot <root@lab.panaceas.james.local>2018-04-17 10:35:31 +0100
committerroot <root@lab.panaceas.james.local>2018-04-17 10:35:31 +0100
commit6cab91b0ab0b538cd63d94c1afd38e3fd287efec (patch)
tree053ffa705f3c3416b3c708092bcf0e7ad5fa200f /app/steth.c
parent25e6afd831b94b9735cc6691ee19c8edc921aca7 (diff)
downloadclock-6cab91b0ab0b538cd63d94c1afd38e3fd287efec.tar.gz
clock-6cab91b0ab0b538cd63d94c1afd38e3fd287efec.tar.bz2
clock-6cab91b0ab0b538cd63d94c1afd38e3fd287efec.zip
happy dcf77 better pll, and stamps for long term stability
Diffstat (limited to 'app/steth.c')
-rw-r--r--app/steth.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/steth.c b/app/steth.c
index 2aa847f..ba3aa72 100644
--- a/app/steth.c
+++ b/app/steth.c
@@ -172,16 +172,21 @@ steth_nis (void)
void
eth_isr (void)
{
+ if (eth_irq_ack_pending (ETH_DMASR_NIS))
+ steth_nis();
}
void
steth_isr (void)
{
+#if 0
// printf ("eth\r\n");
if (eth_irq_ack_pending (ETH_DMASR_NIS))
steth_nis();
+#endif
+
}
@@ -321,7 +326,7 @@ steth_init (void)
running++;
- printf ("Running\n");
+ printf ("Running\r\n");
}