summaryrefslogtreecommitdiffstats
path: root/stm32/app/asm_fns.h
diff options
context:
space:
mode:
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 ("");
}