Browse Source

Update pipe.c

Bernard Xiong 5 years ago
parent
commit
7a00b42e97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/drivers/src/pipe.c

+ 1 - 1
components/drivers/src/pipe.c

@@ -19,7 +19,7 @@
 
 static int pipe_fops_open(struct dfs_fd *fd)
 {
-	int rc = 0;
+    int rc = 0;
     rt_device_t device;
     rt_pipe_t *pipe;