summaryrefslogtreecommitdiffstats
path: root/app/steth.c
diff options
context:
space:
mode:
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");
}