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 5010b16 commit 5cf45faCopy full SHA for 5cf45fa
Src/orbcat.c
@@ -30,7 +30,7 @@
30
#define NUM_CHANNELS 32
31
#define HW_CHANNEL (NUM_CHANNELS) /* Make the hardware fifo on the end of the software ones */
32
33
-#define MAX_STRING_LENGTH (4096) /* Maximum length that will be output */
+#define MAX_STRING_LENGTH (4096*4) /* Maximum length that will be output */
34
#define DEFAULT_TS_TRIGGER '\n' /* Default trigger character for timestamp output */
35
36
#define MSG_REORDER_BUFLEN (10) /* Maximum number of samples to re-order for timekeeping */
0 commit comments