1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

tests/unittests: fix MTD unit test compilation

This commit is contained in:
Gunar Schorcht 2023-11-25 08:54:51 +01:00
parent d59d48d58b
commit cfc2232f11

View File

@ -16,8 +16,8 @@
#include "embUnit.h"
#include "mtd.h"
#include "board.h"
#include "mtd.h"
#if MODULE_VFS
#include <fcntl.h>