Просмотр исходного кода

Merge branch 'Fix_redundant_assignment' of shimatta/shellmatta into develop

sebastian 4 лет назад
Родитель
Сommit
ebf65d7448
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/shellmatta.c

+ 1 - 1
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]))