Skip to content
Snippets Groups Projects
Commit 3f5896e0 authored by swym's avatar swym
Browse files

fix includes

parent 9dac4d5f
No related branches found
No related tags found
No related merge requests found
Pipeline #2939 passed
......@@ -22,6 +22,7 @@
#include "epicardium.h"
#include "card10.h"
#include "modules/log.h"
#include "modules/modules.h"
#include "api/common.h"
#define SSLOG_DEBUG(...) LOG_DEBUG("fatfs", __VA_ARGS__)
......@@ -43,11 +44,6 @@
| ((uint32_t)(idx)&EPIC_FAT_FD_INDEX_MASK))
/* clang-format on */
/* defined in disptacher.c, used for determining if the FS is being
* unlocked by core1
*/
extern TaskHandle_t dispatcher_task_id;
struct FatObject {
uint32_t generation;
int coreMask;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment