diff --git a/main.c b/main.c index 8a19e99..a978549 100644 --- a/main.c +++ b/main.c @@ -1640,6 +1640,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},