mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 19:46:45 -04:00
TPMS: Improve descriptiveness of pipeline component names.
This commit is contained in:
parent
a4ddf786d4
commit
249e6ab21e
2 changed files with 6 additions and 6 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue