Skip to content

Commit

Permalink
Merge pull request #385 from greyltc/patch-1
Browse files Browse the repository at this point in the history
fix twi_manageTimeoutFlag function description
  • Loading branch information
facchinm authored Jan 12, 2021
2 parents 60f0d0b + bbc017f commit 9f8d27f
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 @@ -490,7 +490,7 @@ void twi_handleTimeout(bool reset){
* Desc returns true if twi has seen a timeout
* optionally clears the timeout flag
* Input clear_flag: true if we should reset the hardware
* Output none
* Output the value of twi_timed_out_flag when the function was called
*/
bool twi_manageTimeoutFlag(bool clear_flag){
bool flag = twi_timed_out_flag;
Expand Down

0 comments on commit 9f8d27f

Please sign in to comment.