Skip to content
Snippets Groups Projects
Commit 469e7a63 authored by patacongo's avatar patacongo
Browse files

minor

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3199 42af7a65-404d-4744-a932-0658087f49c3
parent bfa36c50
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment