1、【完善】RT-Thread Demo 一处异常细节处理。

Signed-off-by: armink <armink.ztl@gmail.com>
pull/4/head
armink 9 years ago
parent 000e675d0e
commit 43e1955c5e

@ -172,6 +172,7 @@ static rt_err_t exception_hook(void *context) {
/* write all buffered log to flash */ /* write all buffered log to flash */
elog_flash_flush(); elog_flash_flush();
while(1);
return RT_EOK; return RT_EOK;
} }

Loading…
Cancel
Save