Merge pull request #908 from bbc2/fix-rndis-macro
usb/rndis: Add parentheses to an unsafe macro
This commit is contained in:
commit
1f13be10fc
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
//_____ M A C R O S ________________________________________________________
|
//_____ M A C R O S ________________________________________________________
|
||||||
|
|
||||||
#define USB_ETH_MTU UIP_BUFSIZE+4
|
#define USB_ETH_MTU (UIP_BUFSIZE + 4)
|
||||||
|
|
||||||
|
|
||||||
/*! Hook Documentation
|
/*! Hook Documentation
|
||||||
|
|
Loading…
Add table
Reference in a new issue