index
:
stm32f103c8-examples
main
Example C code for the STM32F103C8T6 microcontroller
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
my-common-code
/
api.c
blob: ec24e0c5cbef1b8a5f72f840906bd100c8ecb4ad (
plain
)
1
2
3
4
5
6
7
#include "api.h" int my_func(int a) { return a * 3; }