diff options
Diffstat (limited to 'stm32f091/main.h')
-rw-r--r-- | stm32f091/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stm32f091/main.h b/stm32f091/main.h new file mode 100644 index 0000000..9595166 --- /dev/null +++ b/stm32f091/main.h @@ -0,0 +1,3 @@ +#pragma once + +int main(); |