TPMS: Improve descriptiveness of pipeline component names.

This commit is contained in:
Jared Boone 2016-05-23 11:22:09 -07:00
parent a4ddf786d4
commit 249e6ab21e
2 changed files with 6 additions and 6 deletions

View file

@ -39,8 +39,8 @@ void TPMSProcessor::execute(const buffer_c8_t& buffer) {
feed_channel_stats(decimator_out);
for(size_t i=0; i<decimator_out.count; i++) {
if( mf.execute_once(decimator_out.p[i]) ) {
clock_recovery_fsk_19k2(mf.get_output());
if( mf_38k4_1t_19k2.execute_once(decimator_out.p[i]) ) {
clock_recovery_fsk_19k2(mf_38k4_1t_19k2.get_output());
}
}