mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-09 16:19:53 -04:00
Fix compile error (#1650)
This commit is contained in:
parent
0b11730835
commit
4ca2d1e352
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ void SubGhzDProcessor::on_message(const Message* const message) {
|
||||||
void SubGhzDProcessor::configure(const SubGhzFPRxConfigureMessage& message) {
|
void SubGhzDProcessor::configure(const SubGhzFPRxConfigureMessage& message) {
|
||||||
// constexpr size_t decim_0_output_fs = baseband_fs / decim_0.decimation_factor; //unused
|
// constexpr size_t decim_0_output_fs = baseband_fs / decim_0.decimation_factor; //unused
|
||||||
// constexpr size_t decim_1_output_fs = decim_0_output_fs / decim_1.decimation_factor; //unused
|
// constexpr size_t decim_1_output_fs = decim_0_output_fs / decim_1.decimation_factor; //unused
|
||||||
|
(void)message; // unused
|
||||||
|
|
||||||
decim_0.configure(taps_200k_wfm_decim_0.taps);
|
decim_0.configure(taps_200k_wfm_decim_0.taps);
|
||||||
decim_1.configure(taps_200k_wfm_decim_1.taps);
|
decim_1.configure(taps_200k_wfm_decim_1.taps);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue