祛除了不必要的格式修改

This commit is contained in:
roger 2020-03-31 09:35:13 +08:00
parent 63a82cac47
commit a3d6d47225
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{