A bit more TPMS member variable renaming.

This commit is contained in:
Jared Boone
2016-05-17 11:24:33 -07:00
parent ad554b28b5
commit 9e3ac94187
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ private:
dsp::matched_filter::MatchedFilter mf { rect_taps_307k2_1t_p, 8 };
clock_recovery::ClockRecovery<clock_recovery::FixedErrorFilter> clock_recovery {
clock_recovery::ClockRecovery<clock_recovery::FixedErrorFilter> clock_recovery_fsk_19k2 {
38400, 19200, { 0.0555f },
[this](const float symbol) { this->consume_symbol(symbol); }
};