mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 05:42:56 +00:00
rename custom/custom-_* to vendor/vendor_*
This commit is contained in:
parent
6a076d8aae
commit
a3cb2dda9e
@ -29,7 +29,7 @@
|
|||||||
#if (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_VENDOR)
|
#if (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_VENDOR)
|
||||||
|
|
||||||
#include "common/tusb_common.h"
|
#include "common/tusb_common.h"
|
||||||
#include "custom_device.h"
|
#include "vendor_device.h"
|
||||||
#include "device/usbd_pvt.h"
|
#include "device/usbd_pvt.h"
|
||||||
|
|
||||||
/*------------------------------------------------------------------*/
|
/*------------------------------------------------------------------*/
|
@ -32,7 +32,7 @@
|
|||||||
// INCLUDE
|
// INCLUDE
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
#include "common/tusb_common.h"
|
#include "common/tusb_common.h"
|
||||||
#include "custom_host.h"
|
#include "vendor_host.h"
|
||||||
|
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
// MACRO CONSTANT TYPEDEF
|
// MACRO CONSTANT TYPEDEF
|
@ -55,7 +55,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CFG_TUH_VENDOR
|
#if CFG_TUH_VENDOR
|
||||||
#include "class/custom_host.h"
|
#include "class/vendor/vendor_host.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@ -81,7 +81,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CFG_TUD_VENDOR
|
#if CFG_TUD_VENDOR
|
||||||
#include "class/custom/custom_device.h"
|
#include "class/vendor/vendor_device.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user