We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a050fca commit 3c59b47Copy full SHA for 3c59b47
Adafruit_VS1053.cpp
@@ -33,7 +33,7 @@ SIGNAL(TIMER0_COMPA_vect) {
33
34
volatile boolean feedBufferLock = false;
35
36
-static void feeder(void) {
+static void IRAM_ATTR feeder(void) {
37
myself->feedBuffer();
38
}
39
0 commit comments