aboutsummaryrefslogtreecommitdiff
path: root/stm32/main.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-02 16:39:13 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-02 16:39:13 +0100
commit53a00c212061f44ed49a727f13b3923fb3b4d04a (patch)
tree7bccf7025456d772bcaecd7ca2ec0ad87d66bb80 /stm32/main.c
initial commit
Diffstat (limited to 'stm32/main.c')
-rw-r--r--stm32/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stm32/main.c b/stm32/main.c
new file mode 100644
index 0000000..4722fe0
--- /dev/null
+++ b/stm32/main.c
@@ -0,0 +1,3 @@
+int main() {
+ while (1);
+}