mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 00:17:41 +00:00
Reorder methods in source file to indicate call order.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user