first commit
This commit is contained in:
parent
9c544e069c
commit
8601850a21
|
@ -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. */
|
||||||
|
|
|
@ -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" {
|
||||||
|
|
Loading…
Reference in New Issue