1
0
mirror of https://github.com/armink/EasyLogger.git synced 2025-01-19 15:52:53 +08:00

1、【修改】RT-Thread Demo 一处代码格式。

Signed-off-by: armink <armink.ztl@gmail.com>
This commit is contained in:
armink 2016-10-11 22:23:18 +08:00
parent 43e1955c5e
commit afe59ec04a

View File

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