Skip to content

Commit 3055c1e

Browse files
committed
Wire: apply last suggested comment from @matthijskooijman
1 parent e4611a1 commit 3055c1e

File tree

1 file changed

+1
-1
lines changed
  • libraries/Wire/src/utility

1 file changed

+1
-1
lines changed

libraries/Wire/src/utility/twi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ void twi_stop(void)
419419
while(TWCR & _BV(TWSTO)){
420420
if(twi_timeout_us > 0ul){
421421
if (counter > 0ul){
422-
_delay_us(10);
422+
_delay_us(us_per_loop);
423423
counter--;
424424
} else {
425425
twi_handleTimeout(twi_do_reset_on_timeout);

0 commit comments

Comments
 (0)