em lập trình cho chip ATtiny45
lập trình bằng WinAVR ngôn ngữ C
lập trình xong thì nó báo lỗi:
IC1.c:93: error: static declaration of '__vector_5' follows non-static declaration
IC1.c:93: error: previous declaration of '__vector_5' was here
click vào thì nó chỉ tới dòng: ISR (TIMER0_OVF_vect) {
vậy đây là lỗi gì và phải sửa thế nào ạ?
lập trình bằng WinAVR ngôn ngữ C
lập trình xong thì nó báo lỗi:
IC1.c:93: error: static declaration of '__vector_5' follows non-static declaration
IC1.c:93: error: previous declaration of '__vector_5' was here
click vào thì nó chỉ tới dòng: ISR (TIMER0_OVF_vect) {
vậy đây là lỗi gì và phải sửa thế nào ạ?
Comment