Skip to content

Commit a2a9f56

Browse files
authored
Typo
1 parent f6d173b commit a2a9f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Max44009/max44009.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Max44009::Max44009(const uint8_t address, const uint8_t dataPin, const uint8_t clockPin)
2727
{
2828
_address = address;
29-
if ((dataPin < 255) && (dataPin < 255))
29+
if ((dataPin < 255) && (clockPin < 255))
3030
{
3131
Wire.begin(dataPin, clockPin);
3232
} else {

0 commit comments

Comments
 (0)