mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 21:27:41 +00:00
Explain and clean up decimator scalars (#1422)
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
#include "event_m4.hpp"
|
||||
|
||||
TestProcessor::TestProcessor() {
|
||||
decim_0.configure(taps_11k0_decim_0.taps, 33554432);
|
||||
decim_1.configure(taps_11k0_decim_1.taps, 131072);
|
||||
decim_0.configure(taps_11k0_decim_0.taps);
|
||||
decim_1.configure(taps_11k0_decim_1.taps);
|
||||
baseband_thread.start();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user