From 1e729048dc9ebb921c1f1b6970ac622a17af6fbd Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Thu, 21 Feb 2019 00:14:49 +0100 Subject: [PATCH] cmdqueue_reset fix --- Firmware/cmdqueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/cmdqueue.cpp b/Firmware/cmdqueue.cpp index f1cd48f8..2f892c9c 100644 --- a/Firmware/cmdqueue.cpp +++ b/Firmware/cmdqueue.cpp @@ -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?