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) {
836
836
}
837
837
838
838
/* -------------------------------------------------------------------------- */
839
- void TwoWire::setTimeout (unsigned int t) {
839
+ void TwoWire::setWireTimeout (unsigned int t) {
840
840
/* -------------------------------------------------------------------------- */
841
841
timeout = t;
842
842
}
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ class TwoWire : public arduino::HardwareI2C {
125
125
126
126
void setBusStatus (WireStatus_t);
127
127
/* set timeout in ms for I2C communication */
128
- void setTimeout (unsigned int t);
128
+ void setWireTimeout (unsigned int t);
129
129
130
130
inline size_t write (unsigned long n) { return write ((uint8_t )n); }
131
131
inline size_t write (long n) { return write ((uint8_t )n); }
You can’t perform that action at this time.
0 commit comments