Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
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
arduino-pico
Commits
f2991207
Commit
f2991207
authored
Jun 25, 2021
by
Earle F. Philhower, III
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove accidental debug message
parent
aac8146f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
libraries/Wire/Wire.cpp
libraries/Wire/Wire.cpp
+0
-1
No files found.
libraries/Wire/Wire.cpp
View file @
f2991207
...
...
@@ -139,7 +139,6 @@ void TwoWire::begin(uint8_t addr) {
}
void
TwoWire
::
onIRQ
()
{
Serial
.
printf
(
"Wire.IRQ=%08x
\n
"
,
_i2c
->
hw
->
intr_stat
);
if
(
_i2c
->
hw
->
intr_stat
&
(
1
<<
10
))
{
_buffLen
=
0
;
_buffOff
=
0
;
...
...
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