Merge pull request #5034 from shishirong/master

fix Macro definition syntax error in ulog.c
This commit is contained in:
guo 2021-09-10 09:39:13 +08:00 committed by GitHub
commit 54b7814880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1075,7 +1075,7 @@ const char *ulog_global_filter_kw_get(void)
return ulog.filter.keyword;
}
#ifdef(RT_USING_FINSH)
#ifdef RT_USING_FINSH
#include <finsh.h>
static void _print_lvl_info(void)