Explorar el Código

fix Macro definition syntax error in ulog.c

shishirong hace 3 años
padre
commit
ab86b7490d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/utilities/ulog/ulog.c

+ 1 - 1
components/utilities/ulog/ulog.c

@@ -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)