褚仕成 пре 3 година
родитељ
комит
4246275e6e
1 измењених фајлова са 1 додато и 0 уклоњено
  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);
 }