Skip to content

Commit

Permalink
✨ DGUS_LCD_UI followup
Browse files Browse the repository at this point in the history
Followup to #25143 fixing _DGUS_UI_IS
  • Loading branch information
thinkyhead committed Jan 2, 2023
1 parent fffacf4 commit 42cfa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/core/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -750,5 +750,5 @@
#define _UI_MKS 104
#define _UI_RELOADED 105
#define _UI_IA_CREALITY 106
#define _DGUS_UI_IS(N) || (DGUS_LCD_UI == _UI_ ## N)
#define _DGUS_UI_IS(N) || (CAT(_UI_, DGUS_LCD_UI) == CAT(_UI_, N))
#define DGUS_UI_IS(V...) (0 MAP(_DGUS_UI_IS, V))

0 comments on commit 42cfa4f

Please sign in to comment.