Rename SAM7X to SAMX7X

Signed-off-by: MasterPhi <admin@hifiphile.com>
This commit is contained in:
MasterPhi
2021-06-12 12:28:28 +02:00
parent f039607afc
commit 85fc423569
10 changed files with 9 additions and 9 deletions

View File

@@ -94,7 +94,7 @@ enum
#define EPNUM_MSC_OUT 0x05
#define EPNUM_MSC_IN 0x85
#elif CFG_TUSB_MCU == OPT_MCU_SAMG || CFG_TUSB_MCU == OPT_MCU_SAM7X
#elif CFG_TUSB_MCU == OPT_MCU_SAMG || CFG_TUSB_MCU == OPT_MCU_SAMX7X
// SAMG & SAME70 don't support a same endpoint number with different direction IN and OUT
// e.g EP1 OUT & EP1 IN cannot exist together
#define EPNUM_CDC_NOTIF 0x81