fix the problem of Hifive1 Rev B development board missing header files

This commit is contained in:
Huang_Yuqing 2021-04-29 10:28:02 +08:00
parent e10ee49418
commit d908a4f25e
1 changed files with 3 additions and 1 deletions

View File

@ -19,8 +19,10 @@
* @date: 2020/3/8 * @date: 2020/3/8
* *
*/ */
#include <string.h>
#include <xs_ktask.h>
#include <xs_service.h> #include <xs_service.h>
#ifdef FS_VFS #ifdef FS_VFS
#include <iot-vfs_posix.h> #include <iot-vfs_posix.h>
#endif #endif