diff options
| author | hathach <[email protected]> | 2025-11-05 19:56:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-11-06 21:30:52 +0700 |
| commit | 86a4990b96eafb5904f946fa061b310f155a7d51 (patch) | |
| tree | c33703a9713b178d30837c388d3fe092184d8b91 /src/common/tusb_compiler.h | |
| parent | 6641550f58cd2f983ebb42a28dd881a72d72bc6f (diff) | |
fix more alerts
Diffstat (limited to 'src/common/tusb_compiler.h')
| -rw-r--r-- | src/common/tusb_compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_compiler.h b/src/common/tusb_compiler.h index 167385d13..7719790d1 100644 --- a/src/common/tusb_compiler.h +++ b/src/common/tusb_compiler.h @@ -106,7 +106,7 @@ 19,18,17,16,15,14,13,12,11,10, \ 9,8,7,6,5,4,3,2,1,0 -// Apply a macro X to each of the arguments with a selected separation/delimiter +// Apply a macro X to each of the arguments with a separation/delimiter #define TU_ARGS_APPLY(_X, _s, ...) TU_XSTRCAT(TU_ARGS_APPLY_, TU_ARGS_NUM(__VA_ARGS__))(_X, _s, __VA_ARGS__) #define TU_ARGS_APPLY_1(_X, _s, _a1) _X(_a1) |
