Continue to develop the MSP430X IAR demo project - still a work in progress.

This commit is contained in:
Richard Barry 2010-12-31 14:51:15 +00:00
parent df4e7ceba0
commit ae6380f70b
8 changed files with 522 additions and 32 deletions

View file

@ -40,9 +40,10 @@
int __low_level_init(void)
{
/* Insert your low-level initializations here */
_DINT();
WDTCTL = WDTPW+WDTHOLD;
/*
* Return value:
*