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 11:fd39ffab9527, committed 2014-05-13
- Comitter:
- mbed_official
- Date:
- Tue May 13 18:45:19 2014 +0100
- Parent:
- 10:ab9330955226
- Child:
- 12:8722e4b223d8
- Commit message:
- Synchronized with git revision 87eb44e68d3949ce4d1b1264c1e68aa3d41e3cf7
Full URL: https://github.com/mbedmicro/mbed/commit/87eb44e68d3949ce4d1b1264c1e68aa3d41e3cf7/
Signed-off-by: unknown <sersca01@SERSCA01-002137.usa.Arm.com>
Changed in this revision
| arch/TARGET_K64F/k64f_emac.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/arch/TARGET_K64F/k64f_emac.c Thu Apr 24 10:45:51 2014 +0100 +++ b/arch/TARGET_K64F/k64f_emac.c Tue May 13 18:45:19 2014 +0100 @@ -110,7 +110,7 @@ // K64F-specific macros #define RX_PBUF_AUTO_INDEX (-1) -#define TX_DESC_UPDATED_MASK (0x8000) +#define TX_DESC_UPDATED_MASK (0x0080) /******************************************************************************** * Buffer management
