Added Code Composer Workspace setup - nothing yet
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include <msp430.h>
|
||||
|
||||
|
||||
/**
|
||||
* main.c
|
||||
*/
|
||||
int main(void)
|
||||
{
|
||||
WDTCTL = WDTPW | WDTHOLD; // stop watchdog timer
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user