mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Enlarge capture buffers -- inter-core FIFO, SDC
This commit is contained in:
parent
743dc9f542
commit
5558ca60d7
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
static constexpr size_t write_size = 4096;
|
||||
static constexpr size_t write_size = 16384;
|
||||
static constexpr eventmask_t EVT_FIFO_HIGHWATER = 1;
|
||||
|
||||
const std::string file_path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue