mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 09:39:12 -04:00
Move MessageQueue locations in SharedMemory structure.
This commit is contained in:
parent
9f95eb90a3
commit
7023616808
1 changed files with 2 additions and 2 deletions
|
@ -36,10 +36,10 @@ struct SharedMemory {
|
|||
static constexpr size_t baseband_queue_k = 11;
|
||||
static constexpr size_t application_queue_k = 11;
|
||||
|
||||
MessageQueue baseband_queue;
|
||||
uint8_t baseband_queue_data[1 << baseband_queue_k];
|
||||
MessageQueue application_queue;
|
||||
uint8_t application_queue_data[1 << application_queue_k];
|
||||
MessageQueue baseband_queue;
|
||||
MessageQueue application_queue;
|
||||
|
||||
// TODO: M0 should directly configure and control DMA channel that is
|
||||
// acquiring ADC samples.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue