Skip to content

Commit 595a69d

Browse files
authored
fix(fc_tasks): add missing io/flashfs.h include (#1235)
Closes #1234.
1 parent cb9bbfa commit 595a69d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/fc/fc_tasks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
#include "io/asyncfatfs/asyncfatfs.h"
7272
#include "io/beeper.h"
7373
#include "io/dashboard.h"
74+
#include "io/flashfs.h"
7475
#include "io/gps.h"
7576
#include "io/ledstrip.h"
7677
#include "io/osd.h"

0 commit comments

Comments
 (0)