rename custom/custom-_* to vendor/vendor_*

This commit is contained in:
hathach
2019-07-19 16:37:28 +07:00
parent 6a076d8aae
commit a3cb2dda9e
5 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
#if (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_VENDOR)
#include "common/tusb_common.h"
#include "custom_device.h"
#include "vendor_device.h"
#include "device/usbd_pvt.h"
/*------------------------------------------------------------------*/

View File

@@ -32,7 +32,7 @@
// INCLUDE
//--------------------------------------------------------------------+
#include "common/tusb_common.h"
#include "custom_host.h"
#include "vendor_host.h"
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF