mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Continue to develop the MSP430X IAR demo project - still a work in progress.
This commit is contained in:
parent
df4e7ceba0
commit
ae6380f70b
8 changed files with 522 additions and 32 deletions
|
@ -40,9 +40,10 @@
|
|||
int __low_level_init(void)
|
||||
{
|
||||
/* Insert your low-level initializations here */
|
||||
|
||||
_DINT();
|
||||
WDTCTL = WDTPW+WDTHOLD;
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Return value:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue