mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-06 22:47: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
|
#ifdef NEOPIXEL_BKGD_INDEX_FIRST
|
||||||
neo.set_background_off();
|
neo.set_background_off();
|
||||||
neo.show();
|
neo.show();
|
||||||
#elif PIN_EXIST(LCD_BACKLIGHT)
|
#elif PIN_EXISTS(LCD_BACKLIGHT)
|
||||||
WRITE(LCD_BACKLIGHT_PIN, LOW); // Backlight off
|
WRITE(LCD_BACKLIGHT_PIN, LOW); // Backlight off
|
||||||
#endif
|
#endif
|
||||||
backlight_off_ms = 0;
|
backlight_off_ms = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue