I think that should have been spelled
ISR(TIMER0_OVF_vect) {
Then you will get the compilation error that interrupt vector 16 is already defined.
I think that should have been spelled
ISR(TIMER0_OVF_vect) {
Then you will get the compilation error that interrupt vector 16 is already defined.