arduino / arduino/ArduinoCore-avr
Add u2 Series to Tone.cpp
Open
- Dominant language
- C
- Stars
- 1.5k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
```
Arduino/Arduino/build/linux/work/hardware/arduino/avr/cores/arduino/Tone.cpp:538:5: warning: 'TIMER2_COMPA_vect' appears to be a misspelled signal handler [enabled by default]
ISR(TIMER2_COMPA_vect)
```
Should be fixed here:
https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/cores/arduino/Tone.cpp#L115-L124
First mentioned here:
https://github.com/arduino/Arduino/pull/3854#issuecomment-143856455
\cc @matthijskooijman
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.