diff options
| author | Greg Steiert <[email protected]> | 2021-08-23 16:17:57 -0700 |
|---|---|---|
| committer | Greg Steiert <[email protected]> | 2021-08-23 16:17:57 -0700 |
| commit | 86201f77be1c2fc058f7896b99d6069b4b0b12a5 (patch) | |
| tree | 3448419643e9e473b7f24fb49e50b1fb35127c83 /src/device | |
| parent | fb16e80e575a44828f5367f4fb7380162b0354f0 (diff) | |
initial commit of support for 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 -------------// |
