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

This commit is contained in:
Aaron Tulino 2024-03-19 05:25:07 -07:00 committed by GitHub
parent 71edeb8d1a
commit 175cbcdcdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ public:
using Print::write;
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();
protected: