play/zephyr/ports/asf/sam3sd8/templates/main.c

22 lines
256 B
C

/*
* $projectname$.c
*
* Created: $date$
* Author : $user$
*/
#include "sam.h"
int main(void)
{
/* Initialize the SAM system */
SystemInit();
/* Replace with your application code */
while (1)
{
}
}