Skip to content

Commit ab86b74

Browse files
committed
fix Macro definition syntax error in ulog.c
1 parent 714fee0 commit ab86b74

File tree

1 file changed

+1
-1
lines changed
  • components/utilities/ulog

1 file changed

+1
-1
lines changed

components/utilities/ulog/ulog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ const char *ulog_global_filter_kw_get(void)
10751075
return ulog.filter.keyword;
10761076
}
10771077

1078-
#ifdef(RT_USING_FINSH)
1078+
#ifdef RT_USING_FINSH
10791079
#include <finsh.h>
10801080

10811081
static void _print_lvl_info(void)

0 commit comments

Comments
 (0)