Skip to content

Commit 2e247b9

Browse files
authored
Correct unit abbreviation from bits to Bytes
1 parent af529d2 commit 2e247b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/rdm/RDMHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ string UnitToString(uint8_t unit) {
12231223
case UNITS_RPM:
12241224
return "RPM";
12251225
case UNITS_BYTE_PER_SECOND:
1226-
return "bps";
1226+
return "Bps";
12271227
default:
12281228
ostringstream str;
12291229
str << "Unknown, was " << static_cast<int>(unit);

0 commit comments

Comments
 (0)