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/portable | |
| parent | ea902493db49843dcdeca6bfa2b2efe540f44b2f (diff) | |
| parent | 5bd7788950c8e7118d2394e7821f0486ca66aaab (diff) | |
Merge pull request #1044 from nxf58843/feature-k32l2b
Feature k32l2b
Diffstat (limited to 'src/portable')
| -rw-r--r-- | src/portable/nxp/khci/dcd_khci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/portable/nxp/khci/dcd_khci.c b/src/portable/nxp/khci/dcd_khci.c index 519b8fb7b..dce464fd2 100644 --- a/src/portable/nxp/khci/dcd_khci.c +++ b/src/portable/nxp/khci/dcd_khci.c @@ -26,7 +26,9 @@ #include "tusb_option.h" -#if TUSB_OPT_DEVICE_ENABLED && ( CFG_TUSB_MCU == OPT_MCU_MKL25ZXX ) +#if TUSB_OPT_DEVICE_ENABLED && ( \ + ( CFG_TUSB_MCU == OPT_MCU_MKL25ZXX ) || ( CFG_TUSB_MCU == OPT_MCU_K32L2BXX ) \ + ) #include "fsl_device_registers.h" #define KHCI USB0 |
