mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Formatting only.
This commit is contained in:
parent
790bacc8f2
commit
87bb2c58b2
|
@ -65,7 +65,7 @@
|
||||||
#define emacLINK_ESTABLISHED ( 0x0001 )
|
#define emacLINK_ESTABLISHED ( 0x0001 )
|
||||||
#define emacFULL_DUPLEX_ENABLED ( 0x0004 )
|
#define emacFULL_DUPLEX_ENABLED ( 0x0004 )
|
||||||
#define emac10BASE_T_MODE ( 0x0002 )
|
#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.... */
|
/* If no buffers are available, then wait this long before looking again.... */
|
||||||
#define emacBUFFER_WAIT_DELAY ( 3 / portTICK_RATE_MS )
|
#define emacBUFFER_WAIT_DELAY ( 3 / portTICK_RATE_MS )
|
||||||
|
|
Loading…
Reference in a new issue