Skip to content

Commit 9415e0f

Browse files
Wire: Remove empty line in comment
1 parent 80c2554 commit 9415e0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/Wire/src/Wire.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ void TwoWire::setClock(uint32_t clock)
111111
* @param timeout a timeout value in microseconds, if zero then timeout checking is disabled
112112
* @param reset_on_timeout if true then TWI interface will be automatically reset on timeout
113113
* if false then TWI interface will not be reset on timeout
114-
115114
*/
116115
void TwoWire::setWireTimeout(uint32_t timeout, bool reset_on_timeout){
117116
twi_setTimeoutInMicros(timeout, reset_on_timeout);

0 commit comments

Comments
 (0)