Unverified Commit 175cbcdc authored by Aaron Tulino's avatar Aaron Tulino Committed by GitHub

Minor typo (`IQR` instead of `IRQ`) (#2060)

parent 71edeb8d
...@@ -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 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
void _handleIRQ(); void _handleIRQ();
protected: protected:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment