Skip to content

Instantly share code, notes, and snippets.

@cdwilson
Created December 18, 2011 11:11
Show Gist options
  • Save cdwilson/1493049 to your computer and use it in GitHub Desktop.
Save cdwilson/1493049 to your computer and use it in GitHub Desktop.
Example mspgcc null source
#include <msp430.h>
int main(void)
{
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment