rename file link to rusb2

This commit is contained in:
hathach
2023-03-16 11:03:08 +07:00
parent 1117cf5729
commit bc2127b330
9 changed files with 13 additions and 20 deletions

View File

@@ -35,14 +35,14 @@
TU_CHECK_MCU(OPT_MCU_RAXXX))
#include "device/dcd.h"
#include "link_type.h"
#include "rusb2_type.h"
#if TU_CHECK_MCU(OPT_MCU_RX63X, OPT_MCU_RX65X, OPT_MCU_RX72N)
#include "link_rx.h"
#include "rusb2_rx.h"
#elif TU_CHECK_MCU(OPT_MCU_RAXXX)
#include "link_ra.h"
#include "rusb2_ra.h"
#else
#error "Unsupported MCU"
#error "Unsupported MCU"
#endif
//--------------------------------------------------------------------+

View File

@@ -31,14 +31,14 @@
TU_CHECK_MCU(OPT_MCU_RAXXX))
#include "host/hcd.h"
#include "link_type.h"
#include "rusb2_type.h"
#if TU_CHECK_MCU(OPT_MCU_RX63X, OPT_MCU_RX65X, OPT_MCU_RX72N)
#include "link_rx.h"
#include "rusb2_rx.h"
#elif TU_CHECK_MCU(OPT_MCU_RAXXX)
#include "link_ra.h"
#include "rusb2_ra.h"
#else
#error "Unsupported MCU"
#error "Unsupported MCU"
#endif
//--------------------------------------------------------------------+

View File

@@ -31,8 +31,6 @@
extern "C" {
#endif
#include "link_type.h"
/* renesas fsp api */
#include "bsp_api.h"

View File

@@ -33,8 +33,6 @@
extern "C" {
#endif
#include "link_type.h"
#include "iodefine.h"
#define LINK_REG_BASE (0x000A0000)