diff options
| author | hathach <[email protected]> | 2023-06-24 18:26:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-24 18:26:51 +0700 |
| commit | b59b65d2ed0f6fa14b18b7bc233309d9b9710898 (patch) | |
| tree | 20fb79a996713346fdd70ae977ddb6a6853bed02 /src/common | |
| parent | dbf7534cd4bcc3a11c1159a42f252d4166bf3afb (diff) | |
rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32L
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 56525725e..9f3be78fd 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -97,7 +97,7 @@ #define TUP_DCD_ENDPOINT_MAX 8 #define TUP_RHPORT_HIGHSPEED 1 -#elif TU_CHECK_MCU(OPT_MCU_KINETIS_KL, OPT_MCU_KINETIS_K32) +#elif TU_CHECK_MCU(OPT_MCU_KINETIS_KL, OPT_MCU_KINETIS_K32L) #define TUP_USBIP_CHIPIDEA_FS #define TUP_USBIP_CHIPIDEA_FS_KINETIS #define TUP_DCD_ENDPOINT_MAX 16 |
