VFS: Fix Kconfig prefix

This commit is contained in:
Roland Dobai
2019-07-02 17:14:58 +02:00
parent 6895ea1624
commit 43eb58da99
9 changed files with 25 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
#include "sdkconfig.h"
#ifdef CONFIG_SUPPORT_TERMIOS
#ifdef CONFIG_VFS_SUPPORT_TERMIOS
#include <sys/termios.h>
#include <sys/errno.h>
@@ -51,4 +51,4 @@ int cfsetospeed(struct termios *p, speed_t sp)
}
}
#endif // CONFIG_SUPPORT_TERMIOS
#endif // CONFIG_VFS_SUPPORT_TERMIOS