Skip to content

Commit 166ed28

Browse files
committed
🎨 Lowercase followup
Followup to #25939
1 parent 5cfe3af commit 166ed28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/MarlinCore.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ void setup() {
15831583
#endif
15841584

15851585
#if HAS_DWIN_E3V2_BASIC
1586-
SETUP_RUN(DWIN_InitScreen());
1586+
SETUP_RUN(dwinInitScreen());
15871587
#endif
15881588

15891589
#if HAS_SERVICE_INTERVALS && !HAS_DWIN_E3V2_BASIC

0 commit comments

Comments
 (0)