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

Merge pull request #17865 from jue89/fix/fatfs_vfs_format_mutex

pkg/fatfs: fix missing mutex header
This commit is contained in:
Juergen Fitschen 2022-03-25 22:08:55 +01:00 committed by GitHub
commit 77dfa47da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "fs/fatfs.h"
#include "time.h"
#include "mutex.h"
#define ENABLE_DEBUG 0
#include <debug.h>

View File

@ -6,6 +6,7 @@ FEATURES_REQUIRED += periph_spi
# remove this if you don't want to format your SD card
USEMODULE += fatfs_vfs_format
CFLAGS += -DCONFIG_FATFS_FORMAT_ALLOC_STATIC=1
FATFS_IMAGE_FILE_SIZE_MIB ?= 128