Add LCD_SET_PROGRESS_MANUALLY
This commit is contained in:
@ -63,6 +63,10 @@
|
||||
void dontExpireStatus();
|
||||
#endif
|
||||
|
||||
#if ENABLED(LCD_SET_PROGRESS_MANUALLY)
|
||||
extern uint8_t progress_bar_percent;
|
||||
#endif
|
||||
|
||||
#if ENABLED(ADC_KEYPAD)
|
||||
uint8_t get_ADC_keyValue();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user