Skip to content

Commit 90ab6e0

Browse files
committed
Invert default stop logic.
1 parent bf890f6 commit 90ab6e0

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
@@ -32,7 +32,7 @@ class sfeTkII2C : public sfeTkIBus
3232
{
3333
public:
3434
// set the address to No address and stop flag to true
35-
sfeTkII2C() : _address{kNoAddress}, _stop{true}
35+
sfeTkII2C() : _address{kNoAddress}, _stop{false}
3636
{
3737
}
3838
sfeTkII2C(uint8_t addr) : _address{addr}

0 commit comments

Comments
 (0)