1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

pkg/fatfs: include missing mutex headers

This commit is contained in:
Jue 2022-03-25 17:24:22 +01:00
parent 2756287ad1
commit 67fc79707f

View File

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