#include
int main(void)
{
WDTCTL = WDTPW + WDTHOLD; //禁止看门狗计数
_enable_interrupts(); //使能总中断
_bis_SR_register(LPM3_bits);//休眠
}
为什么编译出问题
Thu Jun 08, 2017 10:05:43: Note! The debug session was started without downloading any code.
Thu Jun 08, 2017 10:05:43: There was 1 warning during the initialization of the debugging session.
Thu Jun 08, 2017 10:05:43: Couldn't go to 'main'. |