forked from xuos/xiuos
add #include <termios.h> in nuttx/transform.h
This commit is contained in:
parent
a39b8907e9
commit
36db2b9e9f
|
@ -29,6 +29,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <nuttx/wireless/lpwan/sx127x.h>
|
#include <nuttx/wireless/lpwan/sx127x.h>
|
||||||
#include <nuttx/ioexpander/gpio.h>
|
#include <nuttx/ioexpander/gpio.h>
|
||||||
|
#include <termios.h>
|
||||||
|
|
||||||
typedef uint8_t uint8;
|
typedef uint8_t uint8;
|
||||||
typedef uint16_t uint16;
|
typedef uint16_t uint16;
|
||||||
|
|
Loading…
Reference in New Issue