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
175cbcdc
Unverified
Commit
175cbcdc
authored
Mar 19, 2024
by
Aaron Tulino
Committed by
GitHub
Mar 19, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor typo (`IQR` instead of `IRQ`) (#2060)
parent
71edeb8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cores/rp2040/SerialPIO.h
cores/rp2040/SerialPIO.h
+1
-1
No files found.
cores/rp2040/SerialPIO.h
View file @
175cbcdc
...
@@ -53,7 +53,7 @@ public:
...
@@ -53,7 +53,7 @@ public:
using
Print
::
write
;
using
Print
::
write
;
operator
bool
()
override
;
operator
bool
()
override
;
// Not to be called by users, only from the IRQ handler. In public so that the C-language I
QR
callback can access it
// Not to be called by users, only from the IRQ handler. In public so that the C-language I
RQ
callback can access it
void
_handleIRQ
();
void
_handleIRQ
();
protected:
protected:
...
...
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