usb/rndis: Add parentheses to an unsafe macro

This commit is contained in:
Bertrand Bonnefoy-Claudet 2014-12-12 19:17:46 +01:00
parent 057383bbec
commit 9baa378c97

View file

@ -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