diff options
| author | Ha Thach <[email protected]> | 2023-06-25 13:48:00 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-25 13:48:00 +0700 |
| commit | eb53680a067d0ed3a57c457ee762a408b1afaaed (patch) | |
| tree | 57b89fdcbb400a645be3032a71ca417a9116d7b5 /src/common | |
| parent | 50e61e0e16122a2466536d77b858cb228d60d0c2 (diff) | |
| parent | 06d93e95d15b7b6fad4cde608a25c1b50776ec3e (diff) | |
Merge pull request #2124 from hathach/refactor-make-build
Refactor make build
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 |
