Skip to content

Commit b6b4224

Browse files
committed
fix comment
1 parent eb63924 commit b6b4224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sfeTk/sfeDevBMV080.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void sfeDevBMV080::setSensorValue(bmv080_output_t bmv080_output)
163163
//---------------------------------------------------------------------
164164
// Read the latest values from the sensor.
165165
//
166-
// Stash the values internally. If the
166+
// Return the value if a struct is passed in.
167167
bool sfeDevBMV080::readSensor(bmv080_output_t *bmv080_output /* default is nullptr*/)
168168
{
169169
_dataAvailable = false;

0 commit comments

Comments
 (0)