| 
 
| 刚接触单片机 avr studio 里编写的代码,(用attiny13的片子)
 前面也包含了<avr/interrupt.h>
 SIGNAL(SIG_INTERRUPT0){}  中断服务程序不是就写在里面的吗?可在编译时出现
 
 error: static declaration of '__vector_1' follows non-
 
 error: previous declaration of '__vector_1' was here
 
 的错误,不知道为什么,以前ATMEGA48都可以,请知道的赐教啊,不胜感激!!
 | 
 |