From cfa225ce2855e7a68377b631e9371d2f05ac90f9 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Wed, 26 May 2021 22:09:19 +0300 Subject: [PATCH] Add CMD_RUN_IN_LOAD define --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index a05ab64..3627d1e 100644 --- a/main.c +++ b/main.c @@ -1639,6 +1639,7 @@ typedef struct { // Some commands can executed only in sweep thread, not in main cycle #define CMD_WAIT_MUTEX 1 +#define CMD_RUN_IN_LOAD 2 static const VNAShellCommand commands[] = { {"version" , cmd_version , 0},