mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 23:22:33 -04:00
Rename format_manchester/ManchesterFormatted to "[sS]ymbols".
This commit is contained in:
parent
3d22222689
commit
a52d0fbd81
6 changed files with 9 additions and 9 deletions
|
@ -38,7 +38,7 @@ size_t ManchesterDecoder::symbols_count() const {
|
|||
return packet.size() / 2;
|
||||
}
|
||||
|
||||
ManchesterFormatted format_manchester(
|
||||
FormattedSymbols format_symbols(
|
||||
const ManchesterDecoder& decoder
|
||||
) {
|
||||
const size_t payload_length_decoded = decoder.symbols_count();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue