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

drivers/ethos: add missing vfs include

This commit is contained in:
Francisco Molina 2022-04-04 11:11:25 +02:00
parent e3f9252947
commit 9473f88e3a

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;