We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 634e534 + 797c80a commit 50433a5Copy full SHA for 50433a5
components/utilities/ulog/ulog.c
@@ -1250,7 +1250,7 @@ static void ulog_filter(uint8_t argc, char **argv)
1250
}
1251
1252
MSH_CMD_EXPORT(ulog_filter, Show ulog filter settings);
1253
-#endif defined(RT_USING_FINSH)
+#endif /* RT_USING_FINSH */
1254
#endif /* ULOG_USING_FILTER */
1255
1256
rt_err_t ulog_backend_register(ulog_backend_t backend, const char *name, rt_bool_t support_color)
components/utilities/ulog/ulog_def.h
@@ -11,6 +11,11 @@
11
#ifndef _ULOG_DEF_H_
12
#define _ULOG_DEF_H_
13
14
+#include <stddef.h>
15
+#include <stdint.h>
16
+#include <stdlib.h>
17
+#include <rtdef.h>
18
+
19
#ifdef __cplusplus
20
extern "C" {
21
#endif
0 commit comments