File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ void TwoWire::flush(void) {
836836}
837837
838838/* -------------------------------------------------------------------------- */
839- void TwoWire::setTimeout (unsigned int t) {
839+ void TwoWire::setWireTimeout (unsigned int t) {
840840/* -------------------------------------------------------------------------- */
841841 timeout = t;
842842}
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ class TwoWire : public arduino::HardwareI2C {
125125
126126 void setBusStatus (WireStatus_t);
127127 /* set timeout in ms for I2C communication */
128- void setTimeout (unsigned int t);
128+ void setWireTimeout (unsigned int t);
129129
130130 inline size_t write (unsigned long n) { return write ((uint8_t )n); }
131131 inline size_t write (long n) { return write ((uint8_t )n); }
You can’t perform that action at this time.
0 commit comments