aboutsummaryrefslogtreecommitdiff
path: root/mcu/sys-stm32f103.h
diff options
context:
space:
mode:
Diffstat (limited to 'mcu/sys-stm32f103.h')
-rw-r--r--mcu/sys-stm32f103.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcu/sys-stm32f103.h b/mcu/sys-stm32f103.h
index 5ebd666..59f6253 100644
--- a/mcu/sys-stm32f103.h
+++ b/mcu/sys-stm32f103.h
@@ -108,7 +108,7 @@ usb_lld_sys_shutdown (void)
(*vector[11]) ();
}
-static inline void
+static inline void __attribute__((noreturn))
nvic_system_reset (void)
{
(*vector[12]) ();