mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 09:57:50 +00:00
Shrink baseband queue size, 2^12 -> 2^11.
This commit is contained in:
@@ -33,7 +33,7 @@ struct TouchADCFrame {
|
|||||||
|
|
||||||
/* NOTE: These structures must be located in the same location in both M4 and M0 binaries */
|
/* NOTE: These structures must be located in the same location in both M4 and M0 binaries */
|
||||||
struct SharedMemory {
|
struct SharedMemory {
|
||||||
static constexpr size_t baseband_queue_k = 12;
|
static constexpr size_t baseband_queue_k = 11;
|
||||||
static constexpr size_t application_queue_k = 11;
|
static constexpr size_t application_queue_k = 11;
|
||||||
|
|
||||||
MessageQueue baseband_queue;
|
MessageQueue baseband_queue;
|
||||||
|
Reference in New Issue
Block a user