Merge pull request #239 from polluks/patch-3

Fixed minor typo
This commit is contained in:
drmortalwombat 2025-05-02 17:40:59 +02:00 committed by GitHub
commit bfdd1b85fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,7 +179,7 @@ void rirq_start(void);
void rirq_stop(void); void rirq_stop(void);
// Sort the raster IRQ, must be performed at the end of the frame after changing // Sort the raster IRQ, must be performed at the end of the frame after changing
// the vertical position of one of the interrupt operatins. // the vertical position of one of the interrupt operations.
// Set the inirq flag to true when calling this from an interrupt // Set the inirq flag to true when calling this from an interrupt
void rirq_sort(bool inirq = false); void rirq_sort(bool inirq = false);