fix Macro definition syntax error in ulog.c

This commit is contained in:
shishirong 2021-09-09 17:02:21 +08:00
parent 714fee0020
commit ab86b7490d

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)