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},