褚仕成 3 rokov pred
rodič
commit
4246275e6e
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      components/dfs/src/dfs_file.c

+ 1 - 0
components/dfs/src/dfs_file.c

@@ -857,6 +857,7 @@ void cat(const char *filename)
             rt_device_write(out_device, 0, (void *)buffer, sizeof(buffer));
         }
     } while (length > 0);
+    rt_kprintf("\n");
 
     dfs_file_close(&fd);
 }