mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
fw/include/atusb/ep0.h (USB_TYPE_VENDOR): avoid conflict with /usr/include/usb.h
This commit is contained in:
@@ -42,7 +42,10 @@
|
|||||||
* recipient (0 = device)
|
* recipient (0 = device)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef USB_TYPE_VENDOR
|
||||||
#define USB_TYPE_VENDOR 0x40
|
#define USB_TYPE_VENDOR 0x40
|
||||||
|
#endif
|
||||||
|
|
||||||
#define USB_DIR_IN 0x80
|
#define USB_DIR_IN 0x80
|
||||||
#define USB_DIR_OUT 0x00
|
#define USB_DIR_OUT 0x00
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user