Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ArduinoCore-avr
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ArduinoCore-avr
Commits
9f8d27f0
Unverified
Commit
9f8d27f0
authored
Jan 12, 2021
by
Martino Facchin
Committed by
GitHub
Jan 12, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #385 from greyltc/patch-1
fix twi_manageTimeoutFlag function description
parents
60f0d0b1
bbc017f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libraries/Wire/src/utility/twi.c
libraries/Wire/src/utility/twi.c
+1
-1
No files found.
libraries/Wire/src/utility/twi.c
View file @
9f8d27f0
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment