mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
minor
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3199 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
/* Control Setup Packet. Byte 0=Request */
|
||||
|
||||
#define USB_REQ_DIR_IN (0x80) /* Bit 7=1: IN */
|
||||
#define USB_REQ_DIR_OUT (0x00) /* Bit 7=0: OUT */
|
||||
|
||||
#define USB_REQ_TYPE_MASK (0x60) /* Bits 5:6: Request type */
|
||||
#define USB_REQ_TYPE_STANDARD (0x00)
|
||||
|
||||
Reference in New Issue
Block a user