Skip to content

Commit

Permalink
ok then
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Oct 20, 2023
1 parent e2b619b commit 01f1f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void menu_advanced_settings();
#define _S1_SP_(I) THIRD(I, " ", "")
#define S1_SPACE(I) _S1_SP_(_CAT(_S1_EXP_,I))
#else
#define S1_SPACE(...)
#define S1_SPACE(I)
#endif
#define STOP_ITEM(A,I,M,L) TERN(HAS_##A##I##_##M##_STATE, _STOP_ITEM, _IF_1_ELSE)(STRINGIFY(A) STRINGIFY(I) S1_SPACE(I) " " STRINGIFY(L), A##I##_##M)
#define STOP_MINMAX(A,I) STOP_ITEM(A,I,MIN,Min) STOP_ITEM(A,I,MAX,Max)
Expand Down

0 comments on commit 01f1f3d

Please sign in to comment.