Merge pull request #908 from bbc2/fix-rndis-macro
usb/rndis: Add parentheses to an unsafe macro
This commit is contained in:
commit
1f13be10fc
@ -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