Skip to content

Commit

Permalink
Wire: apply last suggested comment from @matthijskooijman
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Jun 11, 2020
1 parent e4611a1 commit 3055c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Wire/src/utility/twi.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ void twi_stop(void)
while(TWCR & _BV(TWSTO)){
if(twi_timeout_us > 0ul){
if (counter > 0ul){
_delay_us(10);
_delay_us(us_per_loop);
counter--;
} else {
twi_handleTimeout(twi_do_reset_on_timeout);
Expand Down

0 comments on commit 3055c1e

Please sign in to comment.