0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 16:16:13 +00:00

🎨 Lowercase followup

Followup to #25939
This commit is contained in:
Scott Lahteine 2023-06-14 19:37:35 -05:00
parent 5cfe3af0ef
commit 166ed28995

View file

@ -1583,7 +1583,7 @@ void setup() {
#endif #endif
#if HAS_DWIN_E3V2_BASIC #if HAS_DWIN_E3V2_BASIC
SETUP_RUN(DWIN_InitScreen()); SETUP_RUN(dwinInitScreen());
#endif #endif
#if HAS_SERVICE_INTERVALS && !HAS_DWIN_E3V2_BASIC #if HAS_SERVICE_INTERVALS && !HAS_DWIN_E3V2_BASIC