Merge branch 'increase-command-size' into 'main'
Increase command data size to 1024. (Fixes #54) Closes #54 See merge request then-try-this/samplebrain!7
This commit is contained in:
commit
297972cd5b
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef COMMAND_RING_BUFFER
|
||||
#define COMMAND_RING_BUFFER
|
||||
|
||||
static const unsigned int COMMAND_DATA_SIZE = 128;
|
||||
static const unsigned int COMMAND_DATA_SIZE = 1024;
|
||||
|
||||
class command_ring_buffer : public ring_buffer
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue