mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-03-01 16:57:55 +08:00
Merge pull request #5034 from shishirong/master
fix Macro definition syntax error in ulog.c
This commit is contained in:
commit
54b7814880
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user