소스 검색

祛除了不必要的格式修改

roger 5 년 전
부모
커밋
a3d6d47225
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/libc/termios/posix_termios.c

+ 1 - 1
components/libc/termios/posix_termios.c

@@ -11,8 +11,8 @@
 #include <string.h>
 #include <rtthread.h>
 #include <dfs_posix.h>
-#include <termios.h>
 
+#include <termios.h>
 
 int tcgetattr(int fd, struct termios *tio)
 {