mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-06 14:37:27 -06:00
🩹 Fix 'PIN_EXIST' typo (#27856)
This commit is contained in:
parent
7a841cd8cf
commit
10ecea62c1
1 changed files with 1 additions and 1 deletions
|
@ -1224,7 +1224,7 @@ void MarlinUI::init() {
|
|||
#ifdef NEOPIXEL_BKGD_INDEX_FIRST
|
||||
neo.set_background_off();
|
||||
neo.show();
|
||||
#elif PIN_EXIST(LCD_BACKLIGHT)
|
||||
#elif PIN_EXISTS(LCD_BACKLIGHT)
|
||||
WRITE(LCD_BACKLIGHT_PIN, LOW); // Backlight off
|
||||
#endif
|
||||
backlight_off_ms = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue