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