We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IQR
IRQ
1 parent 71edeb8 commit 175cbcdCopy full SHA for 175cbcd
cores/rp2040/SerialPIO.h
@@ -53,7 +53,7 @@ class SerialPIO : public HardwareSerial {
53
using Print::write;
54
operator bool() override;
55
56
- // Not to be called by users, only from the IRQ handler. In public so that the C-language IQR callback can access it
+ // Not to be called by users, only from the IRQ handler. In public so that the C-language IRQ callback can access it
57
void _handleIRQ();
58
59
protected:
0 commit comments