APP_Framework/Applications:update face detect and instrusion detect ,the version had been tested for long time,and its's stable.

At the same time,rt-thread and kendryte-sdk-source both sub module must be updated.
This commit is contained in:
chunyexixiaoyu
2021-10-14 11:21:23 +08:00
parent 43f19c4b55
commit bea5eda2e0
5 changed files with 52 additions and 30 deletions

View File

@@ -37,6 +37,7 @@
#include <dfs_poll.h>
#include <dfs_posix.h>
#include <dfs.h>
#include<sys/ioctl.h>
#ifdef RT_USING_POSIX_TERMIOS
#include <posix_termios.h>
#endif
@@ -50,6 +51,12 @@
#include <lwip/netdb.h>
#include <lwip/sockets.h>
#endif /* RT_USING_SAL */
#ifdef BOARD_K210_EVB
#include <dmac.h>
#include <dmalock.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif