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