diff options
| author | hathach <[email protected]> | 2018-03-11 13:08:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-11 13:08:04 +0700 |
| commit | 276603fead99065ce89557dab6286ceec8ea9995 (patch) | |
| tree | 60fb4dfddf4b8f9247494493281bcbb5c720f8ec /hw | |
| parent | 5f3492c8710986d26e2b78d1487210636a5a61d6 (diff) | |
rename dcd.h to tusb_dcd.h
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c | 2 |
1 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 231eca8fa..43e33a4e2 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 "dcd.h"
+#include "tusb_dcd.h"
#include "dcd_lpc43xx.h"
#include "LPC43xx.h"
|
