play/zephyr/ports/asf/sam3s/templates/library.cpp

16 lines
174 B
C++

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