mirror of
https://gitee.com/Armink/EasyFlash.git
synced 2024-11-29 18:57:41 +08:00
1、【修改】Log Demo 一处单词书写错误。
Signed-off-by: armink <armink.ztl@gmail.com>
This commit is contained in:
parent
365892e4b4
commit
6c585f8876
@ -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!");
|
||||
|
Loading…
Reference in New Issue
Block a user