Skip to content

Commit 21e5587

Browse files
committed
Fix comment.
1 parent 90ab6e0 commit 21e5587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sfeTk/sfeTkII2C.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3131
class sfeTkII2C : public sfeTkIBus
3232
{
3333
public:
34-
// set the address to No address and stop flag to true
34+
// set the address to No address and stop flag to false
3535
sfeTkII2C() : _address{kNoAddress}, _stop{false}
3636
{
3737
}

0 commit comments

Comments
 (0)