Skip to content

Commit 42cfa4f

Browse files
committed
✨ DGUS_LCD_UI followup
Followup to #25143 fixing _DGUS_UI_IS
1 parent fffacf4 commit 42cfa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/core/macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,5 +750,5 @@
750750
#define _UI_MKS 104
751751
#define _UI_RELOADED 105
752752
#define _UI_IA_CREALITY 106
753-
#define _DGUS_UI_IS(N) || (DGUS_LCD_UI == _UI_ ## N)
753+
#define _DGUS_UI_IS(N) || (CAT(_UI_, DGUS_LCD_UI) == CAT(_UI_, N))
754754
#define DGUS_UI_IS(V...) (0 MAP(_DGUS_UI_IS, V))

0 commit comments

Comments
 (0)