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-stm32f103.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mcu/sys-stm32f103.h')

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]) ();
-- 
cgit v1.2.3