minor derivative to reduce compiler warnings and tag read-only parameters as const.

Dependents:   EthernetInterface

Fork of lwip-eth by mbed official

Files at this revision

API Documentation at this revision

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