Unverified Commit 9f8d27f0 authored by Martino Facchin's avatar Martino Facchin Committed by GitHub

Merge pull request #385 from greyltc/patch-1

fix twi_manageTimeoutFlag function description
parents 60f0d0b1 bbc017f5
...@@ -490,7 +490,7 @@ void twi_handleTimeout(bool reset){ ...@@ -490,7 +490,7 @@ void twi_handleTimeout(bool reset){
* Desc returns true if twi has seen a timeout * Desc returns true if twi has seen a timeout
* optionally clears the timeout flag * optionally clears the timeout flag
* Input clear_flag: true if we should reset the hardware * 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 twi_manageTimeoutFlag(bool clear_flag){
bool flag = twi_timed_out_flag; bool flag = twi_timed_out_flag;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment