Fix up enqueue now functions

…and apply to MALYAN_LCD.
This commit is contained in:
Scott Lahteine
2018-04-19 18:11:03 -05:00
parent 23635c2b64
commit 78ea4871f9
4 changed files with 12 additions and 12 deletions

View File

@ -1719,7 +1719,7 @@ void kill_screen(const char* lcd_msg) {
void lcd_enqueue_commands_P(const char * const cmd) {
no_reentry = true;
enqueue_and_echo_commands_P_now(cmd);
enqueue_and_echo_commands_now_P(cmd);
no_reentry = false;
}