We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fba61 commit 7c48553Copy full SHA for 7c48553
Marlin/src/core/macros.h
@@ -679,7 +679,7 @@
679
#define DEFER4(M) M EMPTY EMPTY EMPTY EMPTY()()()()
680
681
// Force define expansion
682
-#define EVAL EVAL16
+#define EVAL(V...) EVAL16(V)
683
#define EVAL4096(V...) EVAL2048(EVAL2048(V))
684
#define EVAL2048(V...) EVAL1024(EVAL1024(V))
685
#define EVAL1024(V...) EVAL512(EVAL512(V))
0 commit comments