1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 13:25:54 +00:00

🩹 Fix JyersUI include (#24540)

This commit is contained in:
Keith Bennett 2022-07-25 11:48:59 -07:00 committed by GitHub
parent a29fb8088f
commit bc0e4c6d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
#include "../../module/tool_change.h"
#endif
#if ENABLED(DWIN_LCD_PROUI)
#if EITHER(DWIN_LCD_PROUI, DWIN_CREALITY_LCD_JYERSUI)
#include "../../lcd/marlinui.h"
#endif