1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 14:10:37 +02:00

fw/include/atusb/ep0.h (USB_TYPE_VENDOR): avoid conflict with /usr/include/usb.h

This commit is contained in:
Werner Almesberger 2013-04-01 05:59:18 -03:00
parent 2d43876e4a
commit 16dd767857

View File

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