mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 08:48:26 +02:00
fw/include/atusb/ep0.h (USB_TYPE_VENDOR): avoid conflict with /usr/include/usb.h
This commit is contained in:
parent
2d43876e4a
commit
16dd767857
@ -42,7 +42,10 @@
|
||||
* recipient (0 = device)
|
||||
*/
|
||||
|
||||
#ifndef USB_TYPE_VENDOR
|
||||
#define USB_TYPE_VENDOR 0x40
|
||||
#endif
|
||||
|
||||
#define USB_DIR_IN 0x80
|
||||
#define USB_DIR_OUT 0x00
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user