lab 3
Revision 34:bdc93b5c3c52, committed 2019-09-23
- Comitter:
- dewantkatare
- Date:
- Mon Sep 23 22:20:13 2019 +0000
- Parent:
- 31:da93f0f73711
- Commit message:
- TCP ECHO, Ethernet onterface
Changed in this revision
arch/TARGET_Freescale/k64f_emac.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/arch/TARGET_Freescale/k64f_emac.c Tue May 03 00:16:23 2016 +0100 +++ b/arch/TARGET_Freescale/k64f_emac.c Mon Sep 23 22:20:13 2019 +0000 @@ -83,10 +83,10 @@ /* Increases the buffer descriptor to the next one. */ if (g_handle.rxBdCurrent->control & ENET_BUFFDESCRIPTOR_RX_WRAP_MASK) { g_handle.rxBdCurrent = g_handle.rxBdBase; - g_handle.rxBdDirty = g_handle.rxBdBase; + // g_handle.rxBdDirty = g_handle.rxBdBase; } else { g_handle.rxBdCurrent++; - g_handle.rxBdDirty++; + //g_handle.rxBdDirty++; } /* Actives the receive buffer descriptor. */