Skip to content

Commit 175cbcd

Browse files
authored
Minor typo (IQR instead of IRQ) (#2060)
1 parent 71edeb8 commit 175cbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/rp2040/SerialPIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class SerialPIO : public HardwareSerial {
5353
using Print::write;
5454
operator bool() override;
5555

56-
// Not to be called by users, only from the IRQ handler. In public so that the C-language IQR callback can access it
56+
// Not to be called by users, only from the IRQ handler. In public so that the C-language IRQ callback can access it
5757
void _handleIRQ();
5858

5959
protected:

0 commit comments

Comments
 (0)