summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/system.c b/firmware/system.c
index 2ba31f254f..65478e724b 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -273,5 +273,11 @@ void __div0(void)
273} 273}
274#endif 274#endif
275 275
276#ifdef BOOTLOADER
277void reference_system_c(void)
278{
279}
280#endif
281
276#endif /* CPU_ARM */ 282#endif /* CPU_ARM */
277 283