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/portable/microchip | |
| parent | f039607afcf7473ea3869f2e2e7cd763d13f8de0 (diff) | |
Rename SAM7X to SAMX7X
Signed-off-by: MasterPhi <[email protected]>
Diffstat (limited to 'src/portable/microchip')
| -rw-r--r-- | src/portable/microchip/samx7x/dcd_samx7x.c (renamed from src/portable/microchip/sam7x/dcd_sam7x.c) | 2 |
1 files changed, 1 insertions, 1 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" |
