修改文档拼写错误

pull/142/head
Riggin 3 years ago
parent 80e1d4d492
commit e01ac30115

@ -36,7 +36,7 @@ ElogErrCode elog_flash_port_init(void)
### 3.2 Flash中的日志被读取后的输出接口 ### 3.2 Flash中的日志被读取后的输出接口
将日志从Flash中读取后调用`elog_flash_outout()`、`elog_flash_outout_all()`及`elog_flash_outout_recent()`进行输出展示时,将会调用此移植接口。可以在里面增加输出到终端、网络等功能。 将日志从Flash中读取后调用`elog_flash_output()`、`elog_flash_output_all()`及`elog_flash_output_recent()`进行输出展示时,将会调用此移植接口。可以在里面增加输出到终端、网络等功能。
```C ```C
void elog_flash_port_output(const char *log, size_t size) void elog_flash_port_output(const char *log, size_t size)

Loading…
Cancel
Save