Skip to content

Commit 7b6e6af

Browse files
Wire: Remove empty line in comment
1 parent e9583d6 commit 7b6e6af

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
@@ -113,7 +113,6 @@ void TwoWire::setClock(uint32_t clock)
113113
* @param timeout a timeout value in microseconds, if zero then timeout checking is disabled
114114
* @param reset_on_timeout if true then TWI interface will be automatically reset on timeout
115115
* if false then TWI interface will not be reset on timeout
116-
117116
*/
118117
void TwoWire::setWireTimeout(uint32_t timeout, bool reset_on_timeout){
119118
twi_setTimeoutInMicros(timeout, reset_on_timeout);

0 commit comments

Comments
 (0)