summaryrefslogtreecommitdiff
path: root/tinyusb/device/usbd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-06-01 21:54:08 +0700
committerhathach <[email protected]>2013-06-01 21:54:08 +0700
commit7d78fc1baf24c537ea7386f698e1e20ed80f16ba (patch)
treec0b625e3b38d55265ef4c4cbe5aa942c4405145e /tinyusb/device/usbd.h
parent9e49056721e7fbba2bdb5933c7eabf9548f4279f (diff)
rename romdriver handle
forming API for USBD-CLASS driver (abstract away from rom driver) separate buffer of hid class from buffer of core driver
Diffstat (limited to 'tinyusb/device/usbd.h')
-rw-r--r--tinyusb/device/usbd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h
index 5ed8ebd93..364dba8af 100644
--- a/tinyusb/device/usbd.h
+++ b/tinyusb/device/usbd.h
@@ -49,8 +49,10 @@
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
+#include "common/common.h"
#include "osal/osal.h" // TODO refractor move to common.h ?
-#include "dcd.h"
+#include "dcd.h" // TODO hide from application include
+//#include "tusb_descriptors.h"
#ifdef __cplusplus
extern "C" {