From a1b993c2e24d2e94fe5284cdbfec712b6d358785 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka <gniibe@fsij.org> Date: Mon, 4 Sep 2017 15:18:47 +0900 Subject: Minor changes for SYS. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org> --- mcu/sys-stm32f0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcu/sys-stm32f0.h') 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]) (); -- cgit v1.2.3