diff options
| author | MasterPhi <[email protected]> | 2021-06-12 12:28:28 +0200 |
|---|---|---|
| committer | MasterPhi <[email protected]> | 2021-06-12 12:36:59 +0200 |
| commit | 85fc42356977cac4d893c33eff80937e6ff9b45a (patch) | |
| tree | 02e4d141c91f08e0869b6bb4e904cabee93b39a0 /src | |
| parent | f039607afcf7473ea3869f2e2e7cd763d13f8de0 (diff) | |
Rename SAM7X to SAMX7X
Signed-off-by: MasterPhi <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/microchip/samx7x/dcd_samx7x.c (renamed from src/portable/microchip/sam7x/dcd_sam7x.c) | 2 | ||||
| -rw-r--r-- | src/tusb_option.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/portable/microchip/sam7x/dcd_sam7x.c b/src/portable/microchip/samx7x/dcd_samx7x.c index 6463973bd..a864fda5b 100644 --- a/src/portable/microchip/sam7x/dcd_sam7x.c +++ b/src/portable/microchip/samx7x/dcd_samx7x.c @@ -27,7 +27,7 @@ #include "tusb_option.h" -#if TUSB_OPT_DEVICE_ENABLED && CFG_TUSB_MCU == OPT_MCU_SAM7X +#if TUSB_OPT_DEVICE_ENABLED && CFG_TUSB_MCU == OPT_MCU_SAMX7X #include "device/dcd.h" diff --git a/src/tusb_option.h b/src/tusb_option.h index 2e1678ccf..3f5710362 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -61,7 +61,7 @@ #define OPT_MCU_SAME5X 203 ///< MicroChip SAM E5x #define OPT_MCU_SAMD11 204 ///< MicroChip SAMD11 #define OPT_MCU_SAML22 205 ///< MicroChip SAML22 -#define OPT_MCU_SAM7X 206 ///< MicroChip SAME70, S70, V70, V71 family +#define OPT_MCU_SAMX7X 206 ///< MicroChip SAME70, S70, V70, V71 family // STM32 |
