Frank Vannieuwkerke / Mbed 2 deprecated LPC1768_Mini-DK_EasyWeb_DM9161

Dependencies:   Mini-DK mbed

Files at this revision

API Documentation at this revision

Comitter:
frankvnk
Date:
Tue Jan 15 06:43:51 2013 +0000
Parent:
7:e4438f82cd1d
Commit message:
DM9161_BMSR - bit 13 define modified

Changed in this revision

ethmac.h Show annotated file Show diff for this revision Revisions of this file
diff -r e4438f82cd1d -r 4c3db9231e3f ethmac.h
--- a/ethmac.h	Fri Jan 11 16:55:52 2013 +0000
+++ b/ethmac.h	Tue Jan 15 06:43:51 2013 +0000
@@ -317,7 +317,7 @@
 //--Bit definitions: DM9161_BMSR
 #define DM9161_100BASE_T4       (1 << 15)
 #define DM9161_100BASE_TX_FD    (1 << 14)
-#define DM9161_100BASE_T4_HD    (1 << 13)
+#define DM9161_100BASE_TX_HD    (1 << 13)
 #define DM9161_10BASE_T_FD      (1 << 12)
 #define DM9161_10BASE_T_HD      (1 << 11)
 #define DM9161_MF_PREAMB_SUPPR  (1 << 6 )