more rename

This commit is contained in:
hathach
2018-03-12 22:45:35 +07:00
parent 6f1565c50e
commit 34dbb3532c
39 changed files with 58 additions and 58 deletions

View File

@@ -44,7 +44,7 @@
#ifndef _TUSB_CDC_H__
#define _TUSB_CDC_H__
#include "common/common.h"
#include "common/tusb_common.h"
#ifdef __cplusplus
extern "C" {

View File

@@ -44,7 +44,7 @@
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
#include "common/common.h"
#include <common/tusb_common.h>
#include "cdc_device.h"
//--------------------------------------------------------------------+

View File

@@ -39,7 +39,7 @@
#ifndef _TUSB_CDC_DEVICE_H_
#define _TUSB_CDC_DEVICE_H_
#include "common/common.h"
#include "common/tusb_common.h"
#include "device/usbd.h"
#include "cdc.h"

View File

@@ -45,7 +45,7 @@
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
#include "common/common.h"
#include "common/tusb_common.h"
#include "cdc_host.h"
//--------------------------------------------------------------------+

View File

@@ -40,7 +40,7 @@
#ifndef _TUSB_CDC_HOST_H_
#define _TUSB_CDC_HOST_H_
#include "common/common.h"
#include "common/tusb_common.h"
#include "host/usbh.h"
#include "cdc.h"

View File

@@ -45,7 +45,7 @@
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
#include "common/common.h"
#include "common/tusb_common.h"
#include "cdc_host.h"
#include "cdc_rndis_host.h"

View File

@@ -43,7 +43,7 @@
#ifndef _TUSB_CDC_RNDIS_HOST_H_
#define _TUSB_CDC_RNDIS_HOST_H_
#include "common/common.h"
#include "common/tusb_common.h"
#include "host/usbh.h"
#include "cdc_rndis.h"