BSP430  20141115
Board Support Package for MSP430 microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bootstrap/nop/main.c
/* Include the generic platform header. This assumes that
* #BSP430_PLATFORM_EXP430FR5739 (or another marker that identifies a
* platform BSP430 supports) has been defined for the preprocessor.
* If not, you may include the platform-specific version,
* e.g. <bsp430/platform/exp430g2.h>. */
void main ()
{
/* First thing you do in main is configure the platform. */
/* And that's all this one does. */
}