From 6cab91b0ab0b538cd63d94c1afd38e3fd287efec Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Apr 2018 10:35:31 +0100 Subject: happy dcf77 better pll, and stamps for long term stability --- app/steth.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app/steth.c') 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"); } -- cgit v1.2.3