summaryrefslogtreecommitdiff
path: root/tinyusb/device/usbd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-10-30 12:20:00 +0700
committerhathach <[email protected]>2013-10-30 12:20:00 +0700
commitd67a7b7959342e93c6ae63d5dac5149dec76d0e6 (patch)
tree2c98b03f52b1b0654d758201958f3af30fa3c84f /tinyusb/device/usbd.h
parentd9ce879df84f6098e431736a297d4239d6f8eb2a (diff)
fix dcd_data declared with TUSB_CFG_ATTR_USBRAM
fix lpc43xx UM: non-control unused endpoint type should be set to different than control in ENDPTCTRL add hid mouse device fix mouse descriptor with vertical wheel support
Diffstat (limited to 'tinyusb/device/usbd.h')
-rw-r--r--tinyusb/device/usbd.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h
index 39bbceee0..be389f182 100644
--- a/tinyusb/device/usbd.h
+++ b/tinyusb/device/usbd.h
@@ -50,11 +50,9 @@
// INCLUDE
//--------------------------------------------------------------------+
#include "common/common.h"
-#include "osal/osal.h" // TODO refractor move to common.h ?
+#include "osal/osal.h"
+#include "dcd.h"
-#ifdef _TINY_USB_SOURCE_FILE_
-#include "dcd.h" // TODO hide from application include
-#endif
//#include "tusb_descriptors.h"
#ifdef __cplusplus