mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 15:12:35 -04:00
Savestate ! RDS (only PSN) tx
This commit is contained in:
parent
14ada9e132
commit
8e0210f944
24 changed files with 459 additions and 45 deletions
|
@ -38,6 +38,10 @@ struct SharedMemory {
|
|||
// TODO: M0 should directly configure and control DMA channel that is
|
||||
// acquiring ADC samples.
|
||||
TouchADCFrame touch_adc_frame;
|
||||
|
||||
int test;
|
||||
|
||||
uint32_t rdsdata[16];
|
||||
};
|
||||
|
||||
extern SharedMemory& shared_memory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue