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:
commit
77dfa47da8
@ -29,6 +29,7 @@
|
||||
#include "fs/fatfs.h"
|
||||
|
||||
#include "time.h"
|
||||
#include "mutex.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
#include <debug.h>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user