diff options
| author | hathach <[email protected]> | 2024-04-05 17:14:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-05 17:14:51 +0700 |
| commit | 5ce458588498090204cdc7c3977c0fd48e00d710 (patch) | |
| tree | 71ab4c8f21e5a53cfcb10b5ed2d9ed3fdac912ac /src | |
| parent | 7fff83086f95d9bcc0e5c8a6a9ea0cf7202cbe38 (diff) | |
fix pre-commit format
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/chipidea/ci_fs/ci_fs_mcx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/chipidea/ci_fs/ci_fs_mcx.h b/src/portable/chipidea/ci_fs/ci_fs_mcx.h index bf88df0f4..3f2b13323 100644 --- a/src/portable/chipidea/ci_fs/ci_fs_mcx.h +++ b/src/portable/chipidea/ci_fs/ci_fs_mcx.h @@ -36,7 +36,7 @@ #elif CFG_TUSB_MCU == OPT_MCU_MCXA15 #define CI_FS_REG(_port) ((ci_fs_regs_t*) USB0_BASE) #define USB0_IRQN USB0_IRQn - + #else #error "MCU is not supported" #endif |
