We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7185932 commit 95589a7Copy full SHA for 95589a7
1 file changed
components/finsh/shell.c
@@ -58,6 +58,10 @@
58
#include <posix/stdio.h>
59
#endif /* RT_USING_POSIX_STDIO */
60
61
+#ifdef RT_USING_SERIAL_V2
62
+#include <drivers/dev_serial_v2.h>
63
+#endif /* RT_USING_SERIAL_V2 */
64
+
65
/* finsh thread */
66
#ifndef RT_USING_HEAP
67
static struct rt_thread finsh_thread = { 0 };
0 commit comments