summaryrefslogtreecommitdiffstats
path: root/stm32/app/asm_fns.h
diff options
context:
space:
mode:
authorroot <root@lumpy.lan>2021-11-30 00:24:43 +0000
committerroot <root@lumpy.lan>2021-11-30 00:24:43 +0000
commit869118f74612829db47d0d681cee5b4af937b16f (patch)
tree9195fea1c0d6a002704ba2f452a4ec131923da80 /stm32/app/asm_fns.h
parent440039cb23f786573940ec1eafa665f9de561eae (diff)
downloadmetric_clock-869118f74612829db47d0d681cee5b4af937b16f.tar.gz
metric_clock-869118f74612829db47d0d681cee5b4af937b16f.tar.bz2
metric_clock-869118f74612829db47d0d681cee5b4af937b16f.zip
tmc2209 first cutHEADmaster
Diffstat (limited to 'stm32/app/asm_fns.h')
-rw-r--r--stm32/app/asm_fns.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/stm32/app/asm_fns.h b/stm32/app/asm_fns.h
index b0d10d9..93e2a76 100644
--- a/stm32/app/asm_fns.h
+++ b/stm32/app/asm_fns.h
@@ -1,4 +1,5 @@
-static inline void compiler_mb(void) {
-asm volatile ("");
+static inline void compiler_mb (void)
+{
+ asm volatile ("");
}