From 0fa2e5d1f86dcfd03d80d65df88b3ed954d6a200 Mon Sep 17 00:00:00 2001 From: "S.Hentges" Date: Mon, 20 Apr 2020 21:02:46 +0200 Subject: [PATCH] Fix bug in shellmatta.c --- src/shellmatta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shellmatta.c b/src/shellmatta.c index 07965e0..7ad8ea6 100644 --- a/src/shellmatta.c +++ b/src/shellmatta.c @@ -416,7 +416,7 @@ shellmatta_retCode_t shellmatta_processData(shellmatta_handle_t handle, /** -# check if continuous mode is canceled or interrupted by busy mode */ if(SHELLMATTA_BUSY == cmdRet) { - inst->busyCmd = inst->busyCmd; + inst->busyCmd = inst->continuousCmd; inst->continuousCmd = NULL; } else if(('\x03' == data[inst->byteCounter]))