Merge pull request #1558 from PavelSindler/mmu_stop_print_fix

cmdqueue_reset fix
This commit is contained in:
PavelSindler 2019-02-21 00:31:11 +01:00 committed by GitHub
commit 078e003d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ void cmdqueue_reset()
bufindr = 0;
bufindw = 0;
buflen = 0;
cmdbuffer_front_already_processed = false;
cmdbuffer_front_already_processed = true;
}
// How long a string could be pushed to the front of the command queue?