mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 01:59:13 -04:00
Create baseband statistics messages on stack.
Code size shrank ~200 bytes with this change.
This commit is contained in:
parent
3bed016128
commit
98abc4bba8
2 changed files with 2 additions and 3 deletions
|
@ -62,10 +62,7 @@ private:
|
|||
BlockDecimator<256> channel_spectrum_decimator { 4 };
|
||||
|
||||
ChannelStatsCollector channel_stats;
|
||||
ChannelStatisticsMessage channel_stats_message;
|
||||
|
||||
AudioStatsCollector audio_stats;
|
||||
AudioStatisticsMessage audio_stats_message;
|
||||
|
||||
void post_channel_stats_message(const ChannelStatistics& statistics);
|
||||
void post_channel_spectrum_message(const buffer_c16_t& data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue