diff options
| author | Ha Thach <[email protected]> | 2023-11-24 11:33:34 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-24 11:33:34 +0700 |
| commit | 0601d174b1eaf7a9bfe646ee6595016e58d67ea4 (patch) | |
| tree | 849056bbdedc9b440468437304e4591543e87142 /src/tusb_option.h | |
| parent | ce627f431831e1fbaa3bb7bad35a489b8006b749 (diff) | |
| parent | d6b8b3515df4bb83b6038bd60260771e65af8de7 (diff) | |
Merge branch 'master' into feature/ch32f20x
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index f4b1a1dd4..b8509a069 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -175,10 +175,10 @@ // NXP LPC MCX #define OPT_MCU_MCXN9 2300 ///< NXP MCX N9 Series -// Helper to check if configured MCU is one of listed +// Check if configured MCU is one of listed // Apply _TU_CHECK_MCU with || as separator to list of input -#define _TU_CHECK_MCU(_m) (CFG_TUSB_MCU == _m) -#define TU_CHECK_MCU(...) (TU_ARGS_APPLY(_TU_CHECK_MCU, ||, __VA_ARGS__)) +#define _TU_CHECK_MCU(_m) (CFG_TUSB_MCU == _m) +#define TU_CHECK_MCU(...) (TU_ARGS_APPLY(_TU_CHECK_MCU, ||, __VA_ARGS__)) //--------------------------------------------------------------------+ // Supported OS |
