[fix][-Wshift-op-parentheses]
This commit is contained in:
@ -306,7 +306,7 @@
|
||||
// start with recbuf at 0/
|
||||
#define RXSTART_INIT 0x0
|
||||
// receive buffer end
|
||||
#define RXSTOP_INIT (0x1FFF - MAX_TX_PACKAGE_SIZE*2) - 1
|
||||
#define RXSTOP_INIT ((0x1FFF - MAX_TX_PACKAGE_SIZE * 2) - 1)
|
||||
// start TX buffer at 0x1FFF-0x0600, pace for one full ethernet frame (~1500 bytes)
|
||||
|
||||
#define TXSTART_INIT (0x1FFF - MAX_TX_PACKAGE_SIZE * 2)
|
||||
|
Reference in New Issue
Block a user