first commit

This commit is contained in:
roger 2020-03-30 15:21:58 +08:00
parent 9c544e069c
commit 8601850a21
2 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,6 @@
#include <rtthread.h> #include <rtthread.h>
#include <dfs_posix.h> #include <dfs_posix.h>
#include <termios.h>
int tcgetattr(int fd, struct termios *tio) int tcgetattr(int fd, struct termios *tio)
{ {
/* Get the current serial port settings. */ /* Get the current serial port settings. */

View File

@ -11,6 +11,7 @@
#define TERMIOS_H__ #define TERMIOS_H__
#include <rtthread.h> #include <rtthread.h>
#include <termios.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {