summaryrefslogtreecommitdiff
path: root/src/portable/microchip
diff options
context:
space:
mode:
authorMasterPhi <[email protected]>2021-06-12 12:28:28 +0200
committerMasterPhi <[email protected]>2021-06-12 12:36:59 +0200
commit85fc42356977cac4d893c33eff80937e6ff9b45a (patch)
tree02e4d141c91f08e0869b6bb4e904cabee93b39a0 /src/portable/microchip
parentf039607afcf7473ea3869f2e2e7cd763d13f8de0 (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"