Skip to content

Commit 0144d8e

Browse files
resolve conflict in radio
1 parent 7ef88f2 commit 0144d8e

File tree

1 file changed

+2
-2
lines changed
  • decoder_modules/radio/src/demodulators

1 file changed

+2
-2
lines changed

decoder_modules/radio/src/demodulators/wfm.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ namespace demod {
1616
public:
1717
WFM() {}
1818

19-
WFM(std::string name, ConfigManager* config, dsp::stream<dsp::complex_t>* input, double bandwidth) {
20-
init(name, config, input, bandwidth);
19+
WFM(std::string name, ConfigManager* config, dsp::stream<dsp::complex_t>* input, double bandwidth, double audioSR) : diag(0.5, 4096) {
20+
init(name, config, input, bandwidth, audioSR);
2121
}
2222

2323
~WFM() {

0 commit comments

Comments
 (0)