dcd renaming

This commit is contained in:
hathach
2018-03-28 13:44:39 +07:00
parent 111065c042
commit 5b4f948eec
6 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
#include "osal/osal.h"
#include "common/timeout_timer.h"
#include "dcd.h"
#include "device/dcd.h"
#include "usbd_dcd.h"
#include "dcd_lpc_11uxx_13uxx.h"

View File

@@ -44,7 +44,7 @@
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
#include "dcd.h"
#include "device/dcd.h"
#include "dcd_lpc175x_6x.h"
#include "usbd_dcd.h"

View File

@@ -48,7 +48,7 @@
#include "osal/osal.h"
#include "common/timeout_timer.h"
#include "tusb_dcd.h"
#include "device/dcd.h"
#include "dcd_lpc43xx.h"
#include "LPC43xx.h"