summaryrefslogtreecommitdiff
path: root/tinyusb/device/dcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2012-11-27 15:21:47 +0700
committerhathach <[email protected]>2012-11-27 15:21:47 +0700
commit06c16ae03f0c6b70283392b057137ac20fcb4d82 (patch)
tree64cd3847bd9cfa9c52ebc8d5ea957476a110024a /tinyusb/device/dcd.h
parente62963844bc41f16f4ec0da686c20019eae31c04 (diff)
added files
added some template code
Diffstat (limited to 'tinyusb/device/dcd.h')
-rw-r--r--tinyusb/device/dcd.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/tinyusb/device/dcd.h b/tinyusb/device/dcd.h
index 5cfca54ec..52c92ad5f 100644
--- a/tinyusb/device/dcd.h
+++ b/tinyusb/device/dcd.h
@@ -35,8 +35,13 @@
* This file is part of the tiny usb stack.
*/
-#ifndef DCD_H_
-#define DCD_H_
+#ifndef _TUSB_DCD_H_
+#define _TUSB_DCD_H_
+#include "tusb_cfg.h"
-#endif /* DCD_H_ */
+#ifdef DEVICE_ROMDRIVER
+#include "romdriver/mw_usbd_rom_api.h"
+#endif
+
+#endif /* _TUSB_DCD_H_ */