16 lines
172 B
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;
|
||
|
}
|