Remove unused queue.stopped_N (#16850)

This commit is contained in:
Robby Candra
2020-02-14 07:59:32 +07:00
committed by GitHub
parent 082117c4bb
commit af84e362cc
3 changed files with 2 additions and 5 deletions

View File

@@ -798,7 +798,6 @@ void stop() {
#endif
if (IsRunning()) {
queue.stop();
SERIAL_ERROR_MSG(MSG_ERR_STOPPED);
LCD_MESSAGEPGM(MSG_STOPPED);
safe_delay(350); // allow enough time for messages to get out before stopping