Rename format_manchester/ManchesterFormatted to "[sS]ymbols".

This commit is contained in:
Jared Boone 2016-05-30 11:24:59 -07:00
parent 3d22222689
commit a52d0fbd81
6 changed files with 9 additions and 9 deletions

View file

@ -73,8 +73,8 @@ CommodityType Packet::commodity_type() const {
return invalid_commodity_type;
}
ManchesterFormatted Packet::symbols_formatted() const {
return format_manchester(decoder_);
FormattedSymbols Packet::symbols_formatted() const {
return format_symbols(decoder_);
}
bool Packet::crc_ok() const {