🐛 Fix Arduino build issues (#23510)

This commit is contained in:
ellensp
2022-01-13 04:53:36 +13:00
committed by Scott Lahteine
parent 0470fbe0a1
commit c91d033b5d
2 changed files with 9 additions and 3 deletions

View File

@ -27,6 +27,10 @@
* Date: 2021/11/06
*/
#include "../../../inc/MarlinConfigPre.h"
#if ENABLED(DWIN_CREALITY_LCD_ENHANCED)
#include "dwin.h"
#include "dwin_popup.h"
@ -53,3 +57,5 @@ void DWIN_Popup_ConfirmCancel(const uint8_t icon, FSTR_P const fmsg2) {
Draw_Select_Highlight(true);
DWIN_UpdateLCD();
}
#endif // DWIN_CREALITY_LCD_ENHANCED