Formatting only.

This commit is contained in:
Richard Barry 2009-08-09 12:11:16 +00:00
parent 790bacc8f2
commit 87bb2c58b2

View File

@ -65,7 +65,7 @@
#define emacLINK_ESTABLISHED ( 0x0001 )
#define emacFULL_DUPLEX_ENABLED ( 0x0004 )
#define emac10BASE_T_MODE ( 0x0002 )
#define emacPINSEL2_VALUE 0x50150105
#define emacPINSEL2_VALUE ( 0x50150105 )
/* If no buffers are available, then wait this long before looking again.... */
#define emacBUFFER_WAIT_DELAY ( 3 / portTICK_RATE_MS )