mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 05:17:39 +00:00
Rename format_manchester/ManchesterFormatted to "[sS]ymbols".
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user