system_reset is MBED_NORETURN

pull/8584/head
Kevin Bracey 2018-10-30 12:39:03 +02:00
parent 90a731daee
commit e9ccabcadc
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ us_timestamp_t mbed_uptime(void);
* *
* @note Does not affect the debug sub-system * @note Does not affect the debug sub-system
*/ */
static inline void system_reset(void) MBED_NORETURN static inline void system_reset(void)
{ {
NVIC_SystemReset(); NVIC_SystemReset();
} }