Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip-eth by
Revision 34:149bcaa1058c, committed 2017-12-13
- Comitter:
- aookami
- Date:
- Wed Dec 13 20:00:53 2017 +0000
- Parent:
- 33:9de8bd8ca1c8
- Commit message:
- wep
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 Thu May 26 09:00:26 2016 +0100
+++ b/arch/TARGET_Freescale/k64f_emac.c Wed Dec 13 20:00:53 2017 +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. */
