✨ Instant Freeze/Resume Function (#17462)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@ -721,9 +721,12 @@
|
||||
#if PIN_EXISTS(I2C_SDA)
|
||||
REPORT_NAME_DIGITAL(__LINE__, I2C_SDA_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(KILL)
|
||||
#if HAS_KILL
|
||||
REPORT_NAME_DIGITAL(__LINE__, KILL_PIN)
|
||||
#endif
|
||||
#if HAS_FREEZE_PIN
|
||||
REPORT_NAME_DIGITAL(__LINE__, FREEZE_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(LCD_BACKLIGHT)
|
||||
REPORT_NAME_DIGITAL(__LINE__, LCD_BACKLIGHT_PIN)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user