summaryrefslogtreecommitdiff
path: root/tinyusb/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-12 22:45:35 +0700
committerhathach <[email protected]>2018-03-12 22:45:35 +0700
commit34dbb3532ce4a5dd22cf8e596eb007003c3dd43c (patch)
treef441b1a73c2c17ca02278a2098c0056a44174959 /tinyusb/device
parent6f1565c50eb4043b93b54e53d0bea8e25c7d830c (diff)
more rename
Diffstat (limited to 'tinyusb/device')
-rw-r--r--tinyusb/device/dcd_lpc175x_6x.h2
-rw-r--r--tinyusb/device/dcd_lpc_11uxx_13uxx.c2
-rw-r--r--tinyusb/device/usbd.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tinyusb/device/dcd_lpc175x_6x.h b/tinyusb/device/dcd_lpc175x_6x.h
index fe3c509c8..75cc265b4 100644
--- a/tinyusb/device/dcd_lpc175x_6x.h
+++ b/tinyusb/device/dcd_lpc175x_6x.h
@@ -43,7 +43,7 @@
#ifndef _TUSB_DCD_LPC175X_6X_H_
#define _TUSB_DCD_LPC175X_6X_H_
-#include "common/common.h"
+#include <common/tusb_common.h>
#ifdef __cplusplus
extern "C" {
diff --git a/tinyusb/device/dcd_lpc_11uxx_13uxx.c b/tinyusb/device/dcd_lpc_11uxx_13uxx.c
index a94a25328..c77cbd041 100644
--- a/tinyusb/device/dcd_lpc_11uxx_13uxx.c
+++ b/tinyusb/device/dcd_lpc_11uxx_13uxx.c
@@ -48,7 +48,7 @@
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "hal/hal.h"
#include "osal/osal.h"
#include "common/timeout_timer.h"
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h
index f16a0215b..8926d225c 100644
--- a/tinyusb/device/usbd.h
+++ b/tinyusb/device/usbd.h
@@ -49,7 +49,7 @@
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
-#include "common/common.h"
+#include <common/tusb_common.h>
#include "osal/osal.h"
#include "tusb_dcd.h"