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.
Revision 8:4c3db9231e3f, committed 2013-01-15
- 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 )