Skip to content

Commit 3055c1e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/Wire/src/utility

libraries/Wire/src/utility/twi.c

Lines changed: 1 addition & 1 deletion
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)