mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 23:22:33 -04:00
Added LGE app, nothing to see here
Update button in signal gen now works for shape change
This commit is contained in:
parent
e7c0fa394b
commit
162cb4c9fa
16 changed files with 376 additions and 1709 deletions
|
@ -63,7 +63,7 @@ struct SharedMemory {
|
|||
ToneData tones_data;
|
||||
JammerChannel jammer_channels[24];
|
||||
uint8_t data[512];
|
||||
} bb_data { { { { 0, 0 } }, 0, { 0 } } }; // { } ?
|
||||
} bb_data { { { { 0, 0 } }, 0, { 0 } } };
|
||||
};
|
||||
|
||||
extern SharedMemory& shared_memory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue