diff options
| author | hathach <[email protected]> | 2018-03-11 13:06:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-11 13:06:46 +0700 |
| commit | 5f3492c8710986d26e2b78d1487210636a5a61d6 (patch) | |
| tree | d191621677dc1bbf4fbf250b378036b4a5093b7f | |
| parent | 717dd049d7b6116e4c12be669f7e98d587d7fef8 (diff) | |
move dcd
| -rw-r--r-- | hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c | 2 | ||||
| -rw-r--r-- | tinyusb/dcd.h (renamed from tinyusb/device/dcd.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c b/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c index 6fb16f16d..231eca8fa 100644 --- a/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c +++ b/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c @@ -48,7 +48,7 @@ #include "osal/osal.h"
#include "common/timeout_timer.h"
-#include "device/dcd.h"
+#include "dcd.h"
#include "dcd_lpc43xx.h"
#include "LPC43xx.h"
diff --git a/tinyusb/device/dcd.h b/tinyusb/dcd.h index a7aec4ef9..a7aec4ef9 100644 --- a/tinyusb/device/dcd.h +++ b/tinyusb/dcd.h |
