We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c2554 commit 9415e0fCopy full SHA for 9415e0f
libraries/Wire/src/Wire.cpp
@@ -111,7 +111,6 @@ void TwoWire::setClock(uint32_t clock)
111
* @param timeout a timeout value in microseconds, if zero then timeout checking is disabled
112
* @param reset_on_timeout if true then TWI interface will be automatically reset on timeout
113
* if false then TWI interface will not be reset on timeout
114
-
115
*/
116
void TwoWire::setWireTimeout(uint32_t timeout, bool reset_on_timeout){
117
twi_setTimeoutInMicros(timeout, reset_on_timeout);
0 commit comments