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