summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-11-24 11:33:34 +0700
committerGitHub <[email protected]>2023-11-24 11:33:34 +0700
commit0601d174b1eaf7a9bfe646ee6595016e58d67ea4 (patch)
tree849056bbdedc9b440468437304e4591543e87142 /src/tusb_option.h
parentce627f431831e1fbaa3bb7bad35a489b8006b749 (diff)
parentd6b8b3515df4bb83b6038bd60260771e65af8de7 (diff)
Merge branch 'master' into feature/ch32f20x
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h6
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