diff options
| author | hathach <[email protected]> | 2012-11-27 15:42:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-11-27 15:42:53 +0700 |
| commit | a21ca6c0f10b8ed057e10ad7c31ded8eea763d5c (patch) | |
| tree | cde6cb24eff2782098f5cbbec67634b1b662d24e /tinyusb/tusb.c | |
| parent | 829c8672bb238e37ba4c2ec9b7a3a3010453e6c0 (diff) | |
house keeping
Diffstat (limited to 'tinyusb/tusb.c')
| -rw-r--r-- | tinyusb/tusb.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tinyusb/tusb.c b/tinyusb/tusb.c index e74f6d16d..c503876cb 100644 --- a/tinyusb/tusb.c +++ b/tinyusb/tusb.c @@ -36,7 +36,10 @@ */ #include "tusb.h" -#include "LPC13Uxx.h" // TODO HAL + +#ifdef CFG_TUSB_DEVICE + #include "device/dcd.h" +#endif ErrorCode_t tusb_init(void) { |
