We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035bf50 commit a8df98aCopy full SHA for a8df98a
support/standalone/standalone.c
@@ -28,11 +28,11 @@
28
*/
29
#define DYNAMIC_LENGTHS 1
30
31
-static volatile uint8_t keepRunning = CRYPTO_LIB_SUCCESS;
32
-static volatile uint8_t tc_seq_num = 0;
33
-static volatile uint8_t tc_vcid = CRYPTO_STANDALONE_FRAMING_VCID;
34
-static volatile uint8_t tc_debug = 1;
35
-static volatile uint8_t tm_debug = 0;
+static volatile uint8_t keepRunning = CRYPTO_LIB_SUCCESS;
+static volatile uint8_t tc_seq_num = 0;
+static volatile uint8_t tc_vcid = CRYPTO_STANDALONE_FRAMING_VCID;
+static volatile uint8_t tc_debug = 1;
+static volatile uint8_t tm_debug = 0;
36
static volatile uint8_t crypto_use_tcp = STANDALONE_TCP ? 1 : 0;
37
38
/*
0 commit comments