LULZBOT_TOUCH_UI fixes. Fix some warnings. (#15276)
This commit is contained in:
committed by
Scott Lahteine
parent
847e4ced11
commit
7a569ad4d0
@@ -612,6 +612,8 @@ void ST7920_Lite_Status_Screen::draw_feedrate_percentage(const uint16_t percenta
|
||||
begin_data();
|
||||
write_number(percentage, 3);
|
||||
write_byte('%');
|
||||
#else
|
||||
UNUSED(percentage);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user