diff options
| author | Ha Thach <[email protected]> | 2021-08-24 12:20:07 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-24 12:20:07 +0700 |
| commit | fc2ffed5c60513338188a36b66187b6b0ed35f93 (patch) | |
| tree | 19a16e72364d257c283932ddbc6b788fa47ccda1 /src/device | |
| parent | ea902493db49843dcdeca6bfa2b2efe540f44b2f (diff) | |
| parent | 5bd7788950c8e7118d2394e7821f0486ca66aaab (diff) | |
Merge pull request #1044 from nxf58843/feature-k32l2b
Feature k32l2b
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd_attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h index 7772a6d96..a35fc0ac5 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -60,7 +60,7 @@ #elif TU_CHECK_MCU(MIMXRT10XX) #define DCD_ATTR_ENDPOINT_MAX 8 -#elif TU_CHECK_MCU(MKL25ZXX) +#elif TU_CHECK_MCU(MKL25ZXX) || TU_CHECK_MCU(K32L2BXX) #define DCD_ATTR_ENDPOINT_MAX 16 //------------- Nordic -------------// |
