Skip to content

Commit 987fc09

Browse files
fix minor copy/paste error
1 parent 0e54c11 commit 987fc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network_systems/projects/can_transceiver/src/can_frame_parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ std::string PressureSensor::debugStr() const
11181118
std::string PressureSensor::toString() const
11191119
{
11201120
std::stringstream ss;
1121-
ss << "[PRESSURE SENSOR] Conductivity: " << pressure_;
1121+
ss << "[PRESSURE SENSOR] Pressure: " << pressure_;
11221122
return ss.str();
11231123
}
11241124

0 commit comments

Comments
 (0)