1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #17940 from fjmolinas/pr_stdio_ethos_missing_include

drivers/ethos: add missing vfs include
This commit is contained in:
benpicco 2022-04-14 16:24:54 +02:00 committed by GitHub
commit b7c68a2c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,9 @@
#include "ethos.h"
#include "isrpipe.h"
#include "stdio_uart.h"
#if IS_USED(MODULE_VFS)
#include "vfs.h"
#endif
extern ethos_t ethos;