sensorium / Mozzi

sound synthesis library for Arduino
https://sensorium.github.io/Mozzi/
GNU Lesser General Public License v2.1
1.07k stars 186 forks source link

Fix compilation for Teensy4 #146

Closed tomcombriat closed 2 years ago

tomcombriat commented 2 years ago

I don't understand why this was compiling for Teensy 3, but not for Teensy 4. But moving the isr declaration before it is actually referenced do the trick.