aboutsummaryrefslogtreecommitdiff
path: root/mcu/sys-stm32f0.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2017-09-04 15:18:47 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2017-09-04 15:23:35 +0900
commita1b993c2e24d2e94fe5284cdbfec712b6d358785 (patch)
treee2fbbffa5913ae179d9ec36e28f1451442a01ae1 /mcu/sys-stm32f0.h
parente73d14ca27cffc7694ced85ef35850abb40bd838 (diff)
Minor changes for SYS.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
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]) ();