mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 07:02:26 -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
|
@ -58,12 +58,12 @@ T operator|(const T& l, const DecodedSymbol& r) {
|
|||
return l | r.value;
|
||||
}
|
||||
|
||||
struct ManchesterFormatted {
|
||||
struct FormattedSymbols {
|
||||
const std::string data;
|
||||
const std::string errors;
|
||||
};
|
||||
|
||||
ManchesterFormatted format_manchester(
|
||||
FormattedSymbols format_symbols(
|
||||
const ManchesterDecoder& decoder
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue