This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/share/CodeBlocks/templates/wizard/msp430/files/main.c

16 lines
99 B
C

/*
*/
#include <io.h>
int main(void)
{
// Insert code
while(1)
;
return 0;
}