mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-03-06 22:30:39 +00:00
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 ________________________________________________________
|
//_____ 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…
x
Reference in New Issue
Block a user