diff options
author | tmk <nobody@nowhere> | 2010-09-30 14:17:01 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-09-30 14:50:23 +0900 |
commit | d3b1af9572e123c939fc355474bf12402c86d292 (patch) | |
tree | 5c3f18f6af2bd7ed0333b7f5ed8dd16c4fa69245 /usb_debug.h | |
parent | e7c6839d2d17dd084c8bea1dd43208b3144979d2 (diff) |
add mouse function.
Diffstat (limited to 'usb_debug.h')
-rw-r--r-- | usb_debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usb_debug.h b/usb_debug.h index acc6716cde..65ad05b04a 100644 --- a/usb_debug.h +++ b/usb_debug.h @@ -2,11 +2,11 @@ #define USB_DEBUG_H 1 #include <stdint.h> -#include "usb_device.h" +#include "usb.h" -#define DEBUG_INTERFACE 1 -#define DEBUG_TX_ENDPOINT 4 +#define DEBUG_INTERFACE 2 +#define DEBUG_TX_ENDPOINT 3 #define DEBUG_TX_SIZE 32 #define DEBUG_TX_BUFFER EP_DOUBLE_BUFFER |