usb/rndis: Add parentheses to an unsafe macro
This commit is contained in:
parent
057383bbec
commit
9baa378c97
@ -56,7 +56,7 @@
|
||||
|
||||
//_____ M A C R O S ________________________________________________________
|
||||
|
||||
#define USB_ETH_MTU UIP_BUFSIZE+4
|
||||
#define USB_ETH_MTU (UIP_BUFSIZE + 4)
|
||||
|
||||
|
||||
/*! Hook Documentation
|
||||
|
Loading…
Reference in New Issue
Block a user