1、【修改】Log Demo 一处单词书写错误。

Signed-off-by: armink <armink.ztl@gmail.com>
This commit is contained in:
armink 2016-10-11 22:24:43 +08:00
parent 365892e4b4
commit 6c585f8876

View File

@ -69,7 +69,7 @@ int main(void){
*/
static void test_elog(void) {
/* output all saved log from flash */
elog_flash_outout_all();
elog_flash_output_all();
/* test log output for all level */
log_a("Hello EasyLogger!");
log_e("Hello EasyLogger!");