We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb5ef2 commit 9b14c39Copy full SHA for 9b14c39
src/components/i2c/WipperSnapper_I2C.cpp
@@ -181,7 +181,7 @@ WipperSnapper_Component_I2C::scanAddresses() {
181
continue;
182
} else if (endTransmissionRC == 4) {
183
WS_DEBUG_PRINTLN(
184
- "[i2c] Did not find device: Unspecified bus error occured!");
+ "[i2c] Did not find device: Unspecified bus error occurred!");
185
186
} else if (endTransmissionRC == 5) {
187
WS_DEBUG_PRINTLN("[i2c] Did not find device: Bus timed out!");
0 commit comments