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.
1 parent 4a14b8f commit 7a00b42Copy full SHA for 7a00b42
components/drivers/src/pipe.c
@@ -19,7 +19,7 @@
19
20
static int pipe_fops_open(struct dfs_fd *fd)
21
{
22
- int rc = 0;
+ int rc = 0;
23
rt_device_t device;
24
rt_pipe_t *pipe;
25
0 commit comments