diff options
author | Karl Palsson <karlp@tweak.net.au> | 2018-08-29 13:52:40 +0000 |
---|---|---|
committer | Karl Palsson <karlp@tweak.net.au> | 2018-08-29 13:52:40 +0000 |
commit | 1574ee1b01cd197a8817e3c31f8b20ef05c7984e (patch) | |
tree | 59f749d0de93f9db3a53176911c6ffb5f66c2072 /my-project/my-project.c | |
download | stm32f103c8-examples-1574ee1b01cd197a8817e3c31f8b20ef05c7984e.tar stm32f103c8-examples-1574ee1b01cd197a8817e3c31f8b20ef05c7984e.tar.zst stm32f103c8-examples-1574ee1b01cd197a8817e3c31f8b20ef05c7984e.zip |
Initial clean template.
Diffstat (limited to 'my-project/my-project.c')
-rw-r--r-- | my-project/my-project.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/my-project/my-project.c b/my-project/my-project.c new file mode 100644 index 0000000..f550c66 --- /dev/null +++ b/my-project/my-project.c @@ -0,0 +1,6 @@ +#include "api.h" + +int main(void) { + /* add your own code */ + return my_func(3); +} |