hasstatus => has_status

This commit is contained in:
Scott Lahteine
2018-11-14 01:34:16 -06:00
parent ebf585b673
commit 54ec5528a0
3 changed files with 5 additions and 5 deletions

View File

@ -1090,7 +1090,7 @@ void MarlinUI::finishstatus(const bool persist) {
refresh();
}
bool MarlinUI::hasstatus() { return (status_message[0] != '\0'); }
bool MarlinUI::has_status() { return (status_message[0] != '\0'); }
void MarlinUI::setstatus(const char * const message, const bool persist) {
if (status_message_level > 0) return;