aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Lauter <christoph.lauter@lip6.fr>2023-01-26 09:45:45 -0700
committerChristoph Lauter <christoph.lauter@lip6.fr>2023-01-26 09:45:45 -0700
commit632517011d756da5b0e5ddb38348df0454254621 (patch)
tree8513a9317c4acac7be8817b61e8e86486ff2652f /src
parentad15cf439755e4f217b383ad0eb1ed209f1d93ed (diff)
Increasing max FIFO size for feature request 5875, adapting tests
Diffstat (limited to 'src')
-rw-r--r--src/octoi/frame_fifo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/octoi/frame_fifo.h b/src/octoi/frame_fifo.h
index ee9f079..c601b07 100644
--- a/src/octoi/frame_fifo.h
+++ b/src/octoi/frame_fifo.h
@@ -4,7 +4,7 @@
#include <stddef.h>
#define BYTES_PER_FRAME 32
-#define FRAMES_PER_FIFO 800
+#define FRAMES_PER_FIFO 1792
struct frame_fifo {
uint8_t *next_in; /* where to write next input into FIFO */