Open RT_USING_POSIX_STDIO caused serial_v2 to compile failed (#5684)

* fix:Open RT_USING_POSIX_STDIO caused serial_v2 to compile failed
This commit is contained in:
打盹的消防车 2022-03-20 10:29:16 +08:00 committed by GitHub
parent 39dea8811a
commit 0c82e033dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
#include <fcntl.h>
#include <poll.h>
#include <sys/ioctl.h>
#include <dfs_file.h>
#ifdef getc
#undef getc