mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 01:59:13 -04:00
Reorder methods in source file to indicate call order.
This commit is contained in:
parent
088f60f2bc
commit
d1637db2fc
2 changed files with 26 additions and 26 deletions
|
@ -38,14 +38,14 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
void update();
|
||||
|
||||
void feed(
|
||||
const buffer_c16_t& channel,
|
||||
const uint32_t filter_pass_frequency,
|
||||
const uint32_t filter_stop_frequency
|
||||
);
|
||||
|
||||
void update();
|
||||
|
||||
private:
|
||||
BlockDecimator<256> channel_spectrum_decimator;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue