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

16 lines
172 B
C
Raw Normal View History

2024-02-04 02:38:44 +00:00
/*
* $projectname$.c
*
* Created: $date$
* Author : $user$
*/
#include "sam.h"
/* Replace with your library code */
int myfunc(void)
{
return 0;
}