summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/system-arm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/system-arm.h b/firmware/target/arm/system-arm.h
index 851e0f3f1f..c383121b46 100644
--- a/firmware/target/arm/system-arm.h
+++ b/firmware/target/arm/system-arm.h
@@ -24,6 +24,7 @@
24#define nop \ 24#define nop \
25 asm volatile ("nop") 25 asm volatile ("nop")
26 26
27void __div0(void);
27 28
28/* This gets too complicated otherwise with all the ARM variation and would 29/* This gets too complicated otherwise with all the ARM variation and would
29 have conflicts with another system-target.h elsewhere so include a 30 have conflicts with another system-target.h elsewhere so include a