add #include <termios.h> in nuttx/transform.h

This commit is contained in:
wgzAIIT 2022-05-20 15:16:35 +08:00
parent a39b8907e9
commit 36db2b9e9f
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <stdint.h>
#include <nuttx/wireless/lpwan/sx127x.h>
#include <nuttx/ioexpander/gpio.h>
#include <termios.h>
typedef uint8_t uint8;
typedef uint16_t uint16;