🩹 Fix missing ProUI cpp wrapper (#24313)

This commit is contained in:
ellensp 2022-06-14 13:38:19 +12:00 committed by Scott Lahteine
parent b2c4fb5f3a
commit c605c1ebb5

View File

@ -42,6 +42,9 @@
* For commercial applications additional licenses can be requested
*/
#include "../../../inc/MarlinConfigPre.h"
#if ENABLED(DWIN_LCD_PROUI)
#include "dwin_defines.h"
#if HAS_GCODE_PREVIEW
@ -252,3 +255,4 @@ void Preview_Reset() {
}
#endif // HAS_GCODE_PREVIEW
#endif // DWIN_LCD_PROUI