mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 11:36:38 -04:00
More TPMS variable/enum renaming.
This commit is contained in:
parent
249e6ab21e
commit
38b374506e
4 changed files with 13 additions and 13 deletions
|
@ -49,10 +49,10 @@ void TPMSProcessor::execute(const buffer_c8_t& buffer) {
|
|||
slicer_history = (slicer_history << 1) | sliced;
|
||||
|
||||
clock_recovery_ook_8k192(slicer_history, [this](const bool symbol) {
|
||||
this->packet_builder_schrader.execute(symbol);
|
||||
this->packet_builder_ook_8k192_schrader.execute(symbol);
|
||||
});
|
||||
clock_recovery_ook_8k4(slicer_history, [this](const bool symbol) {
|
||||
this->packet_builder_ook_gmc.execute(symbol);
|
||||
this->packet_builder_ook_8k4_schrader.execute(symbol);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue