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

16 lines
172 B
C

/*
* $projectname$.c
*
* Created: $date$
* Author : $user$
*/
#include "sam.h"
/* Replace with your library code */
int myfunc(void)
{
return 0;
}