Skip to content

Commit bbc017f

Browse files
authored
fix twi_manageTimeoutFlag function description
1 parent 60f0d0b commit bbc017f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: libraries/Wire/src/utility/twi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ void twi_handleTimeout(bool reset){
490490
* Desc returns true if twi has seen a timeout
491491
* optionally clears the timeout flag
492492
* Input clear_flag: true if we should reset the hardware
493-
* Output none
493+
* Output the value of twi_timed_out_flag when the function was called
494494
*/
495495
bool twi_manageTimeoutFlag(bool clear_flag){
496496
bool flag = twi_timed_out_flag;

0 commit comments

Comments
 (0)