diff options
| author | hathach <[email protected]> | 2019-06-10 18:46:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-06-10 18:46:00 +0700 |
| commit | 7156bfb54d5e9e13c8574b2384a47bd5554798a9 (patch) | |
| tree | 38493c441211bd5e79bc1e468842aab504f95bca /src/device/usbd.c | |
| parent | 15208e710a4122bc11417f5f8980e7a02c1a2a4f (diff) | |
fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*
Diffstat (limited to 'src/device/usbd.c')
| -rw-r--r-- | src/device/usbd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 38838b61f..a68953151 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -31,6 +31,7 @@ #include "tusb.h"
#include "usbd.h"
#include "device/usbd_pvt.h"
+#include "dcd.h"
#ifndef CFG_TUD_TASK_QUEUE_SZ
#define CFG_TUD_TASK_QUEUE_SZ 16
|
