🩹 Fix missing ProUI cpp wrapper (#24313)

This commit is contained in:
ellensp 2022-06-14 13:38:19 +12:00 committed by GitHub
parent 9c6e0428af
commit 0ff3018fd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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